The requested URL was not found on this server. 不管你信不信,反正我是没找到

三个节点的ES集群,配置8c 16g,大概一秒100个并发,cpu使用率达到100%,求解

Elasticsearch | 作者 ffyyhh995511 | 发布于2022年03月23日 | 阅读数:1312

大概100并发左右,执行这个DSL,其中userId不一样,然后es集群cpu就报警了,提示cpu 使用率100%,请问是啥原因GET /shop/good/_search
{
  "query": {
    "bool": {
      "filter": [
        {
          "term": {
            "type": "1"
          }
        }
        {
          "term": {
            "userId": "208"
          }
        }
      ]
    }
  },
  "aggs": {
    "sumOfCount": {
      "sum": {
        "field": "count"
      }
    }
  }
}
已邀请:

liujiacheng

赞同来自:

什么意思?

envy666

赞同来自:

独立出协调节点试试

要回复问题请先登录注册