Hi All!
If knn.memory.circuit_breaker.enabled: true and have more data than the amount of memory (to avoid node crash) then circuit_breaker_triggered sets “true”, and data loading stops. If knn.memory.circuit_breaker.enabled: false, then indexes take up all the memory and the machine breaks down. Is it possible to configure the cluster so that we can avoid a crash and still upload real-time data (except for the option to allocate a lot of memory and option and option to evict the index from memory (= set knn.cache.item.expiry.enabled
: true))?
Thanks!