Hello,
I am having a problem with the memory of the jvm, I have two clusters with the same configuration and hardware to which I can derive traffic, one with 6.8 and the other with 7.8, the 6.8 cluster has no problem, it has been working well for a long time, but when I pass traffic to 7.8 it throws me the following and the container restarts:
[o.e.i.b.HierarchyCircuitBreakerService] [parent] Data too large, data for [indices:data/write/bulk[s]] would be [44058331370/41gb], which is larger than the limit of [44021737062/40.9gb], real usage: [44058313672/41gb], new bytes reserved: [17698/17.2kb], usages [request=32944/32.1kb, fielddata=0/0b, in_flight_requests=2524274/2.4mb, accounting=220509056/210.2mb]
I have tried raising the heap to 48gb, but the problem persists and I suspect that no matter how much the heap increases, the same thing will continue to happen.
Another thing I tried was to use the same circuit breaker mechanism that 6.8 has, but the same thing happened.
Could someone guide me why cluster 6.8 works fine and 7.8 doesn't?
Thank you very much.