Eland dataframe: search_phase_execution_exception

Hello everybody,

For our ETL process we're loading multiple indices, however for the bigger ones with 10 million+ rows, we sometimes run into an error on our server. Other times all the indices will load correctly. The server has plenty of RAM and swap memory configured.

This is the line that causes the error:
index = ed.DataFrame(es_client=self.es, es_index_pattern=index_name)

The error is:
elasticsearch.NotFoundError: NotFoundError(404, 'search_phase_execution_exception', 'No search context found for id [12080157]')

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