-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lightning failed with error “runtime error: integer divide by zero” when pd rolling restart #49743
Comments
/type bug |
another case:import into failed when kill pdleader the status of import job is not finished or running (now: 2023-12-26 18:30:20, jobId: 60001, step: importing, status: failed) tidb logs: tidb logs: cc @D3Hunter |
/assign D3Hunter |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
1、run lightning
2、pd rolling restart after lightning starting 5mins
2. What did you expect to see? (Required)
lightning can success when pd rolling restart
3. What did you see instead (Required)
lightning failed when pd rolling restart
Verbose debug logs will be written to /tmp/lightning.log.2023-12-23T01.12.04Z
+----+------------------------------------------------------------------------------------------------------------------------------------+-------------+--------+
| # | CHECK ITEM | TYPE | PASSED |
+----+------------------------------------------------------------------------------------------------------------------------------------+-------------+--------+
| 1 | Source data files size is proper | performance | true |
+----+------------------------------------------------------------------------------------------------------------------------------------+-------------+--------+
| 2 | the checkpoints are valid | critical | true |
+----+------------------------------------------------------------------------------------------------------------------------------------+-------------+--------+
| 3 | table schemas are valid | critical | true |
+----+------------------------------------------------------------------------------------------------------------------------------------+-------------+--------+
| 4 | all importing tables on the target are empty | critical | true |
+----+------------------------------------------------------------------------------------------------------------------------------------+-------------+--------+
| 5 | Cluster version check passed | critical | true |
+----+------------------------------------------------------------------------------------------------------------------------------------+-------------+--------+
| 6 | Lightning has the correct storage permission | critical | true |
+----+------------------------------------------------------------------------------------------------------------------------------------+-------------+--------+
| 7 | local disk resources are rich, estimate sorted data size 26.05GiB, local available is 3.399TiB | critical | true |
+----+------------------------------------------------------------------------------------------------------------------------------------+-------------+--------+
| 8 | The storage space is rich, which TiKV/Tiflash is 5.289TiB/0B. The estimated storage space is 78.16GiB/0B. | performance | true |
+----+------------------------------------------------------------------------------------------------------------------------------------+-------------+--------+
|�[33m 9 �[0m|�[33m TiKV stores (19, 13, 4, 1) contains more than 1000 empty regions respectively, which will greatly affect the import speed and succ �[0m|�[33m performance �[0m|�[33m false �[0m|
|�[33m �[0m|�[33m ess rate �[0m|�[33m �[0m|�[33m �[0m|
+�[33m----�[0m+�[33m------------------------------------------------------------------------------------------------------------------------------------�[0m+�[33m-------------�[0m+�[33m--------�[0m+
| 10 | Cluster region distribution is balanced | performance | true |
+----+------------------------------------------------------------------------------------------------------------------------------------+-------------+--------+
| 11 | no CDC or PiTR task found | critical | true |
+----+------------------------------------------------------------------------------------------------------------------------------------+-------------+--------+
tidb lightning encountered error: [Lightning:Restore:ErrRestoreTable]restore table
sysbench
.user_data1
failed: runtime error: integer divide by zerologs:
[2023/12/23 01:19:05.771 +00:00] [ERROR] [local.go:1460] ["failed to get StoreInfo from pd http api"] [error="request pd http api failed with status: '503 Service Unavailable'"] errorVerbose="request pd http api failed with status: '503 Service Unavailable'[ngithub.com/tikv/pd/client/http.(*clientInner).doRequest\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:242\ngithub.com/tikv/pd/client/http.(*clientInner).requestWithRetry\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:156\ngithub.com/tikv/pd/client/http.(*client).request\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:414\ngithub.com/tikv/pd/client/http.(*client).GetStore\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/interface.go:337\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).executeJob\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1458\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).startWorker\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1371\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.func5\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1713\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.(*ErrorGroupWithRecover).Go.func7\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/pkg/util/wait_group_wrapper.go:237\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\t/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
[2023/12/23 01:19:05.772 +00:00] [ERROR] [local.go:1460] ["failed to get StoreInfo from pd http api"] [error="request pd http api failed with status: '503 Service Unavailable'"] errorVerbose="request pd http api failed with status: '503 Service Unavailable'[ngithub.com/tikv/pd/client/http.(*clientInner).doRequest\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:242\ngithub.com/tikv/pd/client/http.(*clientInner).requestWithRetry\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:156\ngithub.com/tikv/pd/client/http.(*client).request\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:414\ngithub.com/tikv/pd/client/http.(*client).GetStore\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/interface.go:337\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).executeJob\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1458\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).startWorker\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1371\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.func5\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1713\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.(*ErrorGroupWithRecover).Go.func7\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/pkg/util/wait_group_wrapper.go:237\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\t/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
[2023/12/23 01:19:05.772 +00:00] [ERROR] [local.go:1460] ["failed to get StoreInfo from pd http api"] [error="request pd http api failed with status: '503 Service Unavailable'"] errorVerbose="request pd http api failed with status: '503 Service Unavailable'[ngithub.com/tikv/pd/client/http.(*clientInner).doRequest\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:242\ngithub.com/tikv/pd/client/http.(*clientInner).requestWithRetry\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:156\ngithub.com/tikv/pd/client/http.(*client).request\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:414\ngithub.com/tikv/pd/client/http.(*client).GetStore\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/interface.go:337\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).executeJob\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1458\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).startWorker\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1371\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.func5\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1713\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.(*ErrorGroupWithRecover).Go.func7\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/pkg/util/wait_group_wrapper.go:237\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\t/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
[2023/12/23 01:19:05.916 +00:00] [ERROR] [local.go:1460] ["failed to get StoreInfo from pd http api"] [error="request pd http api failed with status: '503 Service Unavailable'"] errorVerbose="request pd http api failed with status: '503 Service Unavailable'[ngithub.com/tikv/pd/client/http.(*clientInner).doRequest\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:242\ngithub.com/tikv/pd/client/http.(*clientInner).requestWithRetry\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:156\ngithub.com/tikv/pd/client/http.(*client).request\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:414\ngithub.com/tikv/pd/client/http.(*client).GetStore\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/interface.go:337\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).executeJob\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1458\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).startWorker\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1371\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.func5\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1713\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.(*ErrorGroupWithRecover).Go.func7\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/pkg/util/wait_group_wrapper.go:237\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\t/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
[2023/12/23 01:19:05.916 +00:00] [ERROR] [local.go:1460] ["failed to get StoreInfo from pd http api"] [error="request pd http api failed with status: '503 Service Unavailable'"] errorVerbose="request pd http api failed with status: '503 Service Unavailable'[ngithub.com/tikv/pd/client/http.(*clientInner).doRequest\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:242\ngithub.com/tikv/pd/client/http.(*clientInner).requestWithRetry\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:156\ngithub.com/tikv/pd/client/http.(*client).request\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:414\ngithub.com/tikv/pd/client/http.(*client).GetStore\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/interface.go:337\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).executeJob\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1458\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).startWorker\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1371\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.func5\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1713\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.(*ErrorGroupWithRecover).Go.func7\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/pkg/util/wait_group_wrapper.go:237\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\t/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
[2023/12/23 01:19:05.917 +00:00] [ERROR] [local.go:1460] ["failed to get StoreInfo from pd http api"] [error="request pd http api failed with status: '503 Service Unavailable'"] errorVerbose="request pd http api failed with status: '503 Service Unavailable'[ngithub.com/tikv/pd/client/http.(*clientInner).doRequest\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:242\ngithub.com/tikv/pd/client/http.(*clientInner).requestWithRetry\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:156\ngithub.com/tikv/pd/client/http.(*client).request\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:414\ngithub.com/tikv/pd/client/http.(*client).GetStore\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/interface.go:337\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).executeJob\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1458\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).startWorker\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1371\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.func5\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1713\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.(*ErrorGroupWithRecover).Go.func7\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/pkg/util/wait_group_wrapper.go:237\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\t/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
[2023/12/23 01:19:05.959 +00:00] [ERROR] [local.go:1460] ["failed to get StoreInfo from pd http api"] [error="request pd http api failed with status: '503 Service Unavailable'"] errorVerbose="request pd http api failed with status: '503 Service Unavailable'[ngithub.com/tikv/pd/client/http.(*clientInner).doRequest\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:242\ngithub.com/tikv/pd/client/http.(*clientInner).requestWithRetry\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:156\ngithub.com/tikv/pd/client/http.(*client).request\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:414\ngithub.com/tikv/pd/client/http.(*client).GetStore\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/interface.go:337\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).executeJob\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1458\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).startWorker\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1371\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.func5\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1713\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.(*ErrorGroupWithRecover).Go.func7\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/pkg/util/wait_group_wrapper.go:237\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\t/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
[2023/12/23 01:19:05.960 +00:00] [ERROR] [local.go:1460] ["failed to get StoreInfo from pd http api"] [error="request pd http api failed with status: '503 Service Unavailable'"] errorVerbose="request pd http api failed with status: '503 Service Unavailable'[ngithub.com/tikv/pd/client/http.(*clientInner).doRequest\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:242\ngithub.com/tikv/pd/client/http.(*clientInner).requestWithRetry\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:156\ngithub.com/tikv/pd/client/http.(*client).request\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:414\ngithub.com/tikv/pd/client/http.(*client).GetStore\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/interface.go:337\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).executeJob\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1458\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).startWorker\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1371\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.func5\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1713\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.(*ErrorGroupWithRecover).Go.func7\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/pkg/util/wait_group_wrapper.go:237\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\t/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
[2023/12/23 01:19:05.960 +00:00] [ERROR] [local.go:1460] ["failed to get StoreInfo from pd http api"] [error="request pd http api failed with status: '503 Service Unavailable'"] errorVerbose="request pd http api failed with status: '503 Service Unavailable'[ngithub.com/tikv/pd/client/http.(*clientInner).doRequest\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:242\ngithub.com/tikv/pd/client/http.(*clientInner).requestWithRetry\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:156\ngithub.com/tikv/pd/client/http.(*client).request\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/client.go:414\ngithub.com/tikv/pd/client/http.(*client).GetStore\n\t/go/pkg/mod/github.com/tikv/pd/[email protected]/http/interface.go:337\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).executeJob\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1458\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).startWorker\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1371\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.func5\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1713\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.(*ErrorGroupWithRecover).Go.func7\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/pkg/util/wait_group_wrapper.go:237\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\t/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1650"]
[2023/12/23 01:19:06.870 +00:00] [ERROR] [wait_group_wrapper.go:233] ["panic in error group"] [recover="runtime error: integer divide by zero"] [stack="github.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.(*ErrorGroupWithRecover).Go.func7.1\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/pkg/util/wait_group_wrapper.go:233\nruntime.gopanic\n\t/usr/local/go/src/runtime/panic.go:914\nruntime.panicdivide\n\t/usr/local/go/src/runtime/panic.go:240\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.checkDiskAvail\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1437\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).executeJob\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1463\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).startWorker\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1371\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.func5\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/br/pkg/lightning/backend/local/local.go:1713\ngithub.com/pingcap/tidb/br/pkg/lightning/backend/local.(*Backend).doImport.(*ErrorGroupWithRecover).Go.func7\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/br/pkg/util/wait_group_wrapper.go:237\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\t/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75"]
4. What is your TiDB version? (Required)
./tidb-server -V
Release Version: v7.6.0-alpha
Edition: Community
Git Commit Hash: 5c279d8
Git Branch: heads/refs/tags/v7.6.0-alpha
UTC Build Time: 2023-12-21 07:56:10
GoVersion: go1.21.5
Race Enabled: false
Check Table Before Drop: false
Store: unistore
2023-12-23T04:16:24.782+0800
The text was updated successfully, but these errors were encountered: