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

Avoid sending duplicate remote failed shard requests #13

Closed
haveTryTwo opened this issue Jul 16, 2023 · 0 comments
Closed

Avoid sending duplicate remote failed shard requests #13

haveTryTwo opened this issue Jul 16, 2023 · 0 comments

Comments

@haveTryTwo
Copy link
Owner

haveTryTwo commented Jul 16, 2023

When there are multiple shard exceptions (caused by multiple node exceptions), there will be a large number of failed shard requests sent to the master. At this time, the master will be overwhelmed by such a large number of requests and cannot handle normal requests; in this case Only valid abnormal requests should be sent to the master, and other repeated requests can be discarded, so that the master can handle the abnormal requests without being busy processing a large number of repeated requests;

Relates to Avoid sending duplicate remote failed shard requests #31313

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