You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A transient failure (service unavailable) in PD finally causes the failure of end-to-end SQL execution. The failure is not handled in pd nor tidb.
When the following RPC fails with unavailable:
Bug Report
A transient failure (service unavailable) in PD finally causes the failure of end-to-end SQL execution. The failure is not handled in pd nor tidb.
When the following RPC fails with unavailable:
And try to delete database
The RPC from tidb to pd is as below
What did you do?
Inject a transient error between pd and tikv(?) and try to delete the database.
What did you expect to see?
PD handles this bug with a retry.
What did you see instead?
PD raises this error to tidb and tidb does not handle it as well.
The log of tidb is shown below:
What version of PD are you using (
pd-server -V
)?v8.5.0
The text was updated successfully, but these errors were encountered: