Skip to content
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

br: got rpcClient is idle error during log meta restore #58845

Open
Tristan1900 opened this issue Jan 9, 2025 · 0 comments
Open

br: got rpcClient is idle error during log meta restore #58845

Tristan1900 opened this issue Jan 9, 2025 · 0 comments
Labels
type/bug The issue is confirmed as a bug.

Comments

@Tristan1900
Copy link
Contributor

Tristan1900 commented Jan 9, 2025

Bug Report

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

similar report tikv/client-go#568

@Tristan1900 Tristan1900 added the type/bug The issue is confirmed as a bug. label Jan 9, 2025
@Tristan1900 Tristan1900 changed the title br: add retry to TiKV rawkv api br: got rpcClient is idle error during log meta restore Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

1 participant