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 customer found error rpcClient is idle during log restore and causes the restore to fail, looks like some issue with the client-go lib that when it recycles the connection a request comes in and will fail with such error.
At BR side we can probably add a retry logic and next try should create a new connection and works just fine
Bug Report
A customer found error
rpcClient is idle
during log restore and causes the restore to fail, looks like some issue with theclient-go
lib that when it recycles the connection a request comes in and will fail with such error.At BR side we can probably add a retry logic and next try should create a new connection and works just fine
similar report tikv/client-go#568
The text was updated successfully, but these errors were encountered: