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

BUG(go client):when go client is writing to one partition and the replica node core dump, go client will finish after timeout without updating the configuration. #1856

Open
lengyuexuexuan opened this issue Jan 16, 2024 · 2 comments
Labels
type/bug This issue reports a bug.

Comments

@lengyuexuexuan
Copy link
Collaborator

In the code, when replcia core dump, the function loopForResponse() will return "nil".
1
Then, the process will be blocked in function CallWithGpid() until the time exceeds the timeout.
2
3

why not update the configuration of table and retry previous operation when the above situation occurs?

@lengyuexuexuan lengyuexuexuan added the type/bug This issue reports a bug. label Jan 16, 2024
@acelyc111
Copy link
Member

@lengyuexuexuan Thanks for the feedback, could you please submit a patch to fix it?

@lengyuexuexuan
Copy link
Collaborator Author

@lengyuexuexuan Thanks for the feedback, could you please submit a patch to fix it?

OK. No problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug This issue reports a bug.
Projects
None yet
Development

No branches or pull requests

2 participants