You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried exporting data but got this following error
processing 0 of 49311876 [--------------------] 0% 0.0s
error: {"msg":"[not_x_content_exception] not_x_content_exception: Compressor detection can only be called on some xcontent bytes or compressed xcontent bytes","path":"/_search/scroll","query":{"scroll":"1m"},"body":"c2Nhbjs1OzE2ODU0MjAwOTpzZ29scjkycVNaZXl1UkJLcHRyc1NnOzE2ODU0MjYwNTpzZUVNMC03d1RGYTEyLXQzaDg4QlRROzE2ODU0MjAxMDpzZ29scjkycVNaZXl1UkJLcHRyc1NnOzE2ODU0MjI4MDpTV3BubHJQNVJISzVremVNbjNxZ0t3OzE2ODU0MjYwNDpzZUVNMC03d1RGYTEyLXQzaDg4QlRROzE7dG90YWxfaGl0czo0OTMxMTg3Njs=","statusCode":400,"response":"{"error":{"root_cause":[{"type":"not_x_content_exception","reason":"not_x_content_exception: Compressor detection can only be called on some xcontent bytes or compressed xcontent bytes"}],"type":"mapper_parsing_exception","reason":"failed to parse","caused_by":{"type":"not_x_content_exception","reason":"not_x_content_exception: Compressor detection can only be called on some xcontent bytes or compressed xcontent bytes"}},"status":400}"}
The text was updated successfully, but these errors were encountered:
@parag90- not sure when/if I'll be able to take a look at this. I'm guessing you are using a recent version of elasticsearch?
I quickly wrote this lib a few years ago b/c it helped fulfill a need at the time, but I haven't updated it at all (except for pulling in PR's that have been submitted).
Just wanted to give you that info. Hopefully someone else might be able to help out (if I can't).
Do you have any more info? What version of elasticsearch are you using? Is there a minimal, reproducible test case, or does this always happen (on any DB)?
I tried exporting data but got this following error
processing 0 of 49311876 [--------------------] 0% 0.0s
error: {"msg":"[not_x_content_exception] not_x_content_exception: Compressor detection can only be called on some xcontent bytes or compressed xcontent bytes","path":"/_search/scroll","query":{"scroll":"1m"},"body":"c2Nhbjs1OzE2ODU0MjAwOTpzZ29scjkycVNaZXl1UkJLcHRyc1NnOzE2ODU0MjYwNTpzZUVNMC03d1RGYTEyLXQzaDg4QlRROzE2ODU0MjAxMDpzZ29scjkycVNaZXl1UkJLcHRyc1NnOzE2ODU0MjI4MDpTV3BubHJQNVJISzVremVNbjNxZ0t3OzE2ODU0MjYwNDpzZUVNMC03d1RGYTEyLXQzaDg4QlRROzE7dG90YWxfaGl0czo0OTMxMTg3Njs=","statusCode":400,"response":"{"error":{"root_cause":[{"type":"not_x_content_exception","reason":"not_x_content_exception: Compressor detection can only be called on some xcontent bytes or compressed xcontent bytes"}],"type":"mapper_parsing_exception","reason":"failed to parse","caused_by":{"type":"not_x_content_exception","reason":"not_x_content_exception: Compressor detection can only be called on some xcontent bytes or compressed xcontent bytes"}},"status":400}"}
The text was updated successfully, but these errors were encountered: