Reindex Api "didn't store _source" error

Hello, we are getting following error while using reindex api. Could we ignore these kind of errors with reindex api ?

Or could we destroy the following doc with given id ?

{
    "type" : "illegal_argument_exception",
    "reason" : "[listing__20220510_2001][_doc][1c0d897e5a0cc93f4ba4dc665be0ca88] didn't store _source"
}

It means that this document does not have a _source field. This looks weird if the other documents of the same index do have this field IMO.

Yes same index, it can reindex 424M documents until reached this weird document.

Which version of Elasticsearch are you using?

ES version is 7.10.2 @Christian_Dahlqvist

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