Closed mmanciop closed 3 years ago
Actually, it seems from my tests that the units are all in zombie state even if they get created as the monitoring
relation is already established.
This should be fixed in the latest edge release. Are you ever still running in to this @mmanciop?
ps: The fact that it still reports active in this case is a pebble limitation. The pebble team is working on it.
I have not tried in a while, but it should not be hard for you to replicate with a while true; do juju {add|remove}-relation cassandra prometheus; sleep 10s; done
In Bash or so
It is fixed in my rewrite branch. I'll close this issue when it merges.
In some cases, when adding the
monitoring
relation, Cassandra fails to restart with these errors in the pod logs:The Pod remains then a "zombie": active for Juju, but no actual productive workload running inside it.