1 Reply Latest reply on Jan 2, 2017 1:50 PM by rhusar

    Wildfly 9 and infinispan partition-handling

    thomasnakken

      Hi

       

      From reading the Infinispan and Jboss EAP 7.0 documentation it should be possible to set

      partition-handling enabled to avoid cluster "split-brain"

       

       

      When I try to use this feature in Wildfly 9 (domain mode) the server will not start due to invalid domain.xml file.

      With the settings my file looks like this:

       

      <replicated-cache name="default" mode="SYNC">

                   <transaction mode="BATCH"/>

                  <partition-handling enabled="true"/>

      </replicated-cache>

       

      I can see in jboss-as-infinispan_3_0.xsd which is bundled with Wildfly that the element partition-handling is not included in the schema.

       

      How can we set partition-handling for infinispan when using wildfly 9?

       

      Regards

      Thomas