Hi,

I am trying to deploy Apache Ignite using a Statefulset with four Ignite
pods  in Kubernetes. I have my Ignite service deployed already and ip
finder set properly in ignite configuration.

1. When I set pod management policy to "OrderedReady" in statefulset -
which means each Ignite pod starts after the other in a sequence, I can see
all pods joined the topology correctly.  (servers : 4)

2. However when I set pod management policy to "Parallel" in statefulset -
which means all Ignite pods start simultaneously, I see each pod is
behaving like a separate cluster.  (each pod has server :1 )

Can anyone help me understand why Ignite pods that start simultaneously are
unable to discover each other ?

Thanks,
Zaheer.

Reply via email to