Cluster update failed with check dist task failed, tidb_enable_dist_task is enabled #66494
sykp241095
started this conversation in
Migrated from Forum
Replies: 1 comment
|
Original author: dong_haibin It is clear that you should set tidb_enable_dist_task to OFF . Using the mysql command line: SET GLOBAL tidb_enable_dist_task = OFF; TiDB Distributed eXecution Framework (DXF)Learn the use cases, limitations, usage, and implementation principles of the TiDB Distributed eXecution Framework (DXF). You should keep at least one TIDB-server alive . If all of the TIDB-servers are dead , you could download the oldversion TIDB-server binary to start new one connect to the TikV/PD cluster . |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Original author: 0xdeafbeef
Original time: 2024-06-17 12:58:23.243312
Original ID/Slug: 944 / cluster-update-failed-with-check-dist-task-failed-tidb-enable-dist-task-is-enabled
After offline updating 7.5.0 to 8.1.0 i’ve got
I haven’t found a way to set tidb_enable_dist_task with dead sql server, so I’ve stuck with dead cluster
All reactions