Elasticsearch reindex search_context_missing_exception

We have 30 million entries in our current index, and we're getting a search context missing exception problem during reindexing. Can somebody assist me with this?


error "type": "search_phase_execution_exception",
"reason": "all shards failed",
"phase": "query",
"grouped": true,
"failed_shards": [
{
"shard": -1,
"index": null,
"reason": {
"type": "search_context_missing_exception",
"reason": "No search context found for id [89935]"
}
},

Welcome to our community! :smiley:

What does your reindex request look like?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.