Hakan_Kara
(Hakan Kara)
November 13, 2023, 5:15pm
1
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"
}
dadoonet
(David Pilato)
November 13, 2023, 7:21pm
2
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.
Hakan_Kara
(Hakan Kara)
November 13, 2023, 8:04pm
3
Yes same index, it can reindex 424M documents until reached this weird document.
Which version of Elasticsearch are you using?
Hakan_Kara
(Hakan Kara)
November 14, 2023, 5:48am
5
ES version is 7.10.2 @Christian_Dahlqvist
system
(system)
Closed
December 12, 2023, 5:49am
6
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.