Error : circuit_breaking_exception

Hi all ,

Im new to elastic , im recently receiving this error with some frequency.
I have a cluster of 3 and all indices set to shards=2 and replicas=2
Should i look into some special setting to overpass such error ?

Thanks

{
  "error": {
    "root_cause": [
      {
        "type": "circuit_breaking_exception",
        "reason": "[parent] Data too large, data for [<http_request>] would be [1051982632/1003.2mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1051982632/1003.2mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=514930660/491mb, in_flight_requests=0/0b, model_inference=0/0b, accounting=4370464/4.1mb]",
        "bytes_wanted": 1051982632,
        "bytes_limit": 1020054732,
        "durability": "PERMANENT"
      }
    ],
    "type": "circuit_breaking_exception",
    "reason": "[parent] Data too large, data for [<http_request>] would be [1051982632/1003.2mb], which is larger than the limit of [1020054732/972.7mb], real usage: [1051982632/1003.2mb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=514930660/491mb, in_flight_requests=0/0b, model_inference=0/0b, accounting=4370464/4.1mb]",
    "bytes_wanted": 1051982632,
    "bytes_limit": 1020054732,
    "durability": "PERMANENT"
  },
  "status": 429
}

What is happening when you get this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.