0 Replies Latest reply on Nov 2, 2016 5:24 AM by manu.busupalli2

    Cluster is not forming in wildfly with local cache configured in infinispan subsystem

    manu.busupalli2

      Earlier we were using JBoss 7.1.2. We had configure local-cache for cache-container in infinispan subsystem. When we try to access a stateful ejb, and in between if one server goes down, next request was going to available service instance. Affinity was of type ClusterAffinity.

       

      Now we are using wildfly Final 10.0. We have configured local-cache for cache-container in infinispan subsystem. When we try to access a stateful ejb, and in between if one server goes down, next request is not going to available service instance and is still going to the same server (which is down). Affinity was of type NodeAffinity.

       

      Is there any change done for this in wildfly and if yes, may I know why this is changed?