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
反复测试,无论是 explain 还是 sql,只要一运行 group by,例如
SELECT front FROM pv GROUP BY pv
无论是在 nodejs 的客户端还是在 http://localhost:9200/_sql/ 上运行,es 会立即停止响应,只有重启服务,严重的时候会造成 status red
mac os 和 ubuntu 都测试了有相同的问题。