This repository has been archived by the owner on Mar 27, 2021. It is now read-only.
Heroic appears to mis-handle EsRejectedExecutionException
errors from ElasticSearch in batched queries
#683
Labels
I'm seeing an issue in production where a
EsRejectedExecutionException
result from ElasticSearch will cause Heroic to return a correct-looking response but with empty results and empty errors. The responses look like this:And in our heroic logs:
Heroic should pass this response along to the client in the
errors
array.The text was updated successfully, but these errors were encountered: