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
Partitions are no longer being polled in parallel when using OLDEST sort (since PR #1843 ). This means that for each search request you have to wait for <configured-poll-timeout> * amount of empty topics. For example if the poll-timeout is set to 10 seconds and there are 3 empty partitions then the minimum response time for the request is 30 seconds.
The text was updated successfully, but these errors were encountered:
Partitions are no longer being polled in parallel when using OLDEST sort (since PR #1843 ). This means that for each search request you have to wait for <configured-poll-timeout> * amount of empty topics. For example if the poll-timeout is set to 10 seconds and there are 3 empty partitions then the minimum response time for the request is 30 seconds.
The text was updated successfully, but these errors were encountered: