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
Currently, we would iterate over unassigned shards whenever we timeout pending batches after elapsed time. This might become expensive if shards take multiple iterations of reroute to get assigned.
[Triage - attendees 12] @imRishN Thanks for creating this issue, could you make a pull request to address this or update the description to remove to make it clearer what should be done for another community member?
Describe the bug
Currently, we would iterate over unassigned shards whenever we timeout pending batches after elapsed time. This might become expensive if shards take multiple iterations of reroute to get assigned.
Related PR comment - #14848 (comment)
Related component
Other
To Reproduce
Expected behavior
Optimise the behaviour by checking non executed shards at once and call the timeout method post that
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: