Better handling of node shutdown in SearchScrollAsyncAction #111751
Labels
>bug
priority:high
A label for assessing bug priority to be used by ES engineers
:Search Foundations/Search
Catch all for Search Foundations
Team:Search Foundations
Meta label for the Search Foundations team in Elasticsearch
SearchScrollAsyncAction seems to handle poorly node shutdown.
During a node shutdown we performed multiple scroll search
path: /_search/scroll
and got back 500 with the following exception:Node XYZ was
SIGTERM
d 30 seconds prior to the first 500 request and completed the shutdown process 6 seconds before the first 500 request.I suspect that we could improve on how we handle node shutdown in SearchScrollAsyncAction.
The text was updated successfully, but these errors were encountered: