medcl/esm

Error: too_long_frame_exception,

mu0gua opened this issue · 1 comments

如何在不修改elasticsearch.yml 参数:http.max_initial_line_length的情况下,解决如下错误?

How to solve the following errors without modifying the elasticsearch.yml parameter: http.max_initial_line_length?

[01-01 00:00:00] [ERR] [scroll.go:138,Next] { "error": { "root_cause": [{ "type": "too_long_frame_exception", "reason": "An HTTP line is larger than 4096 bytes." } ], "type": "too_long_frame_exception", "reason": "An HTTP line is larger than 4096 bytes." }, "status": 400 }

  1. 尝试了GET与POST 均未解决该问题

  2. 尝试了-b、-c、-t 均未解决该问题

  3. Both GET and POST have not been solved

  4. Tried -b, -c, and -t but none of the problems solved the problem

Thanks to all the people help me。

medcl commented

建议修改 es 参数重启解决;