请求如下api:
/_cat/nodes?v
返回结果为:
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Values less than -1 bytes are not supported: -275226624b"}],"type":"illegal_argument_exception","reason":"Values less than -1 bytes are not supported: -275226624b"},"status":400}
3节点环境,重启了多次也不行。
但是集群是可用的,通过如下api查询
/_cat/health?v
返回结果:
epoch timestamp cluster status node.total node.data shards pri relo init unassign pending_tasks max_task_wait_time active_shards_percent 1608012417 06:06:57 efks green 3 3 20 10 0 0 0 0 - 100.0%
集群状态为green
有遇到过此问题的吗? es日志没有报错信息。
通过查看github 已解决此问题
github.com/elastic/elasticsearch/pull/42725
/_cat/nodes?v
返回结果为:
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Values less than -1 bytes are not supported: -275226624b"}],"type":"illegal_argument_exception","reason":"Values less than -1 bytes are not supported: -275226624b"},"status":400}
3节点环境,重启了多次也不行。
但是集群是可用的,通过如下api查询
/_cat/health?v
返回结果:
epoch timestamp cluster status node.total node.data shards pri relo init unassign pending_tasks max_task_wait_time active_shards_percent 1608012417 06:06:57 efks green 3 3 20 10 0 0 0 0 - 100.0%
集群状态为green
有遇到过此问题的吗? es日志没有报错信息。
通过查看github 已解决此问题
github.com/elastic/elasticsearch/pull/42725
0 个回复