Hi @Kishore Nallan@Fanis Tharropoulos, is there a metrics or a combination of metrics or a field upon which we could determine (or safely infer) that a node is still on the initiating phase of loading the data from the disk to memory?
k
Kishore Nallan
05/13/2025, 5:31 AM
The /health end point does not return true until data is caught up within the healthy read lag threshold
k
Kyriakos Akriotis
05/13/2025, 6:11 AM
but, correct me if I wrong, /health could return false in other cases as well or it is there to unambiguously signal that the initiation phase is successfully completed?
k
Kishore Nallan
05/13/2025, 6:22 AM
It should only return true when node is certainly ready. If it's not, there is a bug. That is the intent of that API.