-
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
import into task can not start after replace pd member #48740
Comments
releated #48680 |
The tidb's PD path in configuration is |
this is a config issue, the pd address should be a load-balancer address in this case, IMHO there's no need to fix this |
Yes. However, I think it is necessary to ensure that lb no longer contains the replaced pd address, because tidb may access invalid server when using etcd client |
load balancer is a single address, unless you have multi load balancer |
user should make sure the configured pd address which might be a lb address should contain current and later addresses, else tidb might not able to discover any PD on netowork issue and won't run correctly after restart |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
add index and import into task will success
3. What did you see instead (Required)
add index success
import into task can not start
if I scale-out the (pd-0, pd-1, pd-2) to the cluster, the import task can start
before replace the pd member (before reproduce step 3), import into can works, but there are some error log during import data
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: