想通过scroll查询数据,数据量大概一千万,但是执行查询就报错:{"error":{"root_cause":[{"type":"illegal_state_exception","reason":"node [mKK2ugwOSKSuQuNLbwUjvQ] is not available"},{"type":"illegal_state_exception","reason":"node [kY9MUiTIS-SBXG8hGn4CjQ] is not available"},{"type":"illegal_state_exception","reason":"node [H6izRVuLQuaHp78P3DwiWQ] is not available"},{"type":"illegal_state_exception","reason":"node [Pf90HbqlQgaDGguxGctEEQ] is not available"},{"type":"illegal_state_exception","reason":"node [4jlQuGm7T0aoc6DObr09aA] is not available"}],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[{"shard":-1,"index":null,"reason":{"type":"illegal_state_exception","reason":"node [mKK2ugwOSKSuQuNLbwUjvQ] is not available"}},{"shard":-1,"index":null,"reason":{"type":"illegal_state_exception","reason":"node [kY9MUiTIS-SBXG8hGn4CjQ] is not available"}},{"shard":-1,"index":null,"reason":{"type":"illegal_state_exception","reason":"node [H6izRVuLQuaHp78P3DwiWQ] is not available"}},{"shard":-1,"index":null,"reason":{"type":"illegal_state_exception","reason":"node [Pf90HbqlQgaDGguxGctEEQ] is not available"}},{"shard":-1,"index":null,"reason":{"type":"illegal_state_exception","reason":"node [4jlQuGm7T0aoc6DObr09aA] is not available"}}]},"status":500}
查询方式为rest请求:/index/_search?scroll=1m
{"size":10000,"query":{"bool":{"filter":[{"range":{"t_order_member|create_time":{"gte":"2019-10-30 17:40:11","lte":"2019-11-29 17:40:11"}}}]}},"_source":{"includes":["t_order_member|member_id"]}}
2 个回复
junqi
赞同来自:
tacsklet - 公司有用到es
赞同来自: