How does Payara Micro with active Hazelcast handle a killed pod?
Let’s say there are 3 pods running with Payara Micro. Kubernetes kills one of them, and no graceful shutdown was configured.
A common issue occurs: the remaining pods still consider the killed pod as active, which leads to errors.
Shouldn’t the cluster handle this situation automatically?
Or is there something I need to configure manually?
Thank you.