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
After upgrading from 2.11 to 2.13, bucket aggregations queries that previously worked with terminate_after fail with
{"error":{"root_cause":[{"type":"illegal_state_exception","reason":"Cannot replay yet, collection is not finished: postCollect() has not been called"}],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[{"shard":0,"index":"all_contexts4","node":"7pWVZteZQ9O-_vNCrFhj1Q","reason":{"type":"illegal_state_exception","reason":"Cannot replay yet, collection is not finished: postCollect() has not been called"}}],"caused_by":{"type":"illegal_state_exception","reason":"Cannot replay yet, collection is not finished: postCollect() has not been called","caused_by":{"type":"illegal_state_exception","reason":"Cannot replay yet, collection is not finished: postCollect() has not been called"}}},"status":500}
Describe the bug
After upgrading from 2.11 to 2.13, bucket aggregations queries that previously worked with
terminate_after
fail withThis is most likely coming from the changes made here https://github.com/opensearch-project/OpenSearch/pull/11421/files#diff-ce7faa9058609579cb9a555e07b5dda7699aef192a9a6252c0fcd0bdee9ff6ebR106
Related component
Search:Aggregations
To Reproduce
example query
Expected behavior
Expected behavior is that the query works as it did in 2.11
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: