3 Replies Latest reply on Oct 11, 2019 9:42 AM by rhusar

    Wildfly HA in Openshift

    mbsakho

      Hello everyone,

      I'm using kubernetes.KUBE_PING protocole with wildfly 18 on openshift 3.11

      I've configured JGroups subsystem with the following snippet:

      /subsystem=jgroups/channel=ee:write-attribute(name=stack,value=tcp) /subsystem=jgroups/stack=tcp/protocol=MPING:remove /subsystem=jgroups/stack=tcp/protocol=kubernetes.KUBE_PING:add(add-index=0,properties={namespace="bms",labels="app=bms-latest")  

      The cluster works fine but I'm having the following warning in the server logs that is outputed infinitely:

      13:51:14,177 WARN  [org.jgroups.protocols.kubernetes.KUBE_PING] (thread-18,ejb,demo-latest-2-z2ptf) metadata.labels.pod-template-hash not found in pod json. Impossible to reliably determine pod group during Rolling Update

      13:51:14,177 WARN  [org.jgroups.protocols.kubernetes.KUBE_PING] (thread-18,ejb,demo-latest-2-z2ptf) metadata.labels.pod-template-hash not found in pod json. Impossible to reliably determine pod group during Rolling Update

       

      How can I get rid of this warning?

       

      Regards,

      Meissa