What seem to be the limiting resource, CPU, heap or maybe network capacity?
Got an circuit breaker exception from one of the ccs node
FATAL [circuit_breaking_exception] [parent] Data too large, data for [<http_request>] would be [42736789752/39.8gb], which is larger than the limit of [40802189312/38gb], real usage: [42736789752/39.8gb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=1285/1.2kb, in_flight_requests=0/0b, accounting=831566/812kb], with { bytes_wanted=42736789752 & bytes_limit=40802189312 & durability="PERMANENT" } :: {"path":"/.kibana","query":{},"statusCode":429,"response":"{"error":{"root_cause":[{"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [42736789752/39.8gb], which is larger than the limit of [40802189312/38gb], real usage: [42736789752/39.8gb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=1285/1.2kb, in_flight_requests=0/0b, accounting=831566/812kb]","bytes_wanted":42736789752,"bytes_limit":40802189312,"durability":"PERMANENT"}],"type":"circuit_breaking_exception","reason":"[parent] Data too large, data for [<http_request>] would be [42736789752/39.8gb], which is larger than the limit of [40802189312/38gb], real usage: [42736789752/39.8gb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=1285/1.2kb, in_flight_requests=0/0b, accounting=831566/812kb]","bytes_wanted":42736789752,"bytes_limit":40802189312,"durability":"PERMANENT"},"status":429}"}
Are you sending requests to all CCS nodes?
we use CNAME for client to connect to cross cluster search
What seem to be the limiting resource
heap - 40GB
cpu - 16 core
memory - 64gb
Could you also elaborate, even though our cross-cluster search has two nodes why all the resource consumption is happening on single node only