Hello,
We are running EventStore 5.0.2 on a AKS cluster (Helm chart) with 3 Ubuntu nodes. We are using port forward to each pod and then from Admin UI we start the scavenge. First time we execute scavenge all goes fine and the scavenge finishes successfully on all pods. If we try to run scavenge again it fails every time on every pod. It runs fine until it reaches specific chunk and then the pod is recreated and scavenge is left in unfinished state. We’ve monitored in AKS UI what is going on and we see that pod gets error “Liveness probe failed … connection refused” and then is recreated but we don’t see why. Are we missing something or doing something wrong?