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

Raft client report incomplete error cause #11959

Closed
sticnarf opened this issue Feb 11, 2022 · 1 comment
Closed

Raft client report incomplete error cause #11959

sticnarf opened this issue Feb 11, 2022 · 1 comment

Comments

@sticnarf
Copy link
Contributor

The old implementation doesn't wait for receiver to finish, so the errordetail will be lost. One of the example is we can see a lot of RemoteStopped send error in log with receiving error being None.

For example:

Setting server.max-grpc-send-msg-len to 10,240 and run tpcc prepare can see a lot of following logs:
[2021/09/13 21:38:51.804 +08:00] [ERROR] [raft_client.rs:407] ["connection aborted"] [addr=127.0.0.1:20161] [receiver_err=None] [sink_error=Some(RemoteStopped)] [store_id=5]

@sticnarf
Copy link
Contributor Author

Closed by #10944

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant