4 Replies Latest reply on Jun 3, 2014 10:19 AM by mrebasti

    How to configure ServerHinting in Infinispan Server?

    mrebasti

      Hello,

       

      It's posible to configure ServerHinting (http://infinispan.org/docs/6.0.x/user_guide/user_guide.html#ServerHinting) in Infinispan Server?

       

      In particular, I'm trying to configure the atributes rackId and siteId in the transport element in this way:

       

      <subsystem xmlns="urn:infinispan:server:core:7.0" default-cache-container="clustered">

                  <cache-container name="clustered" default-cache="default">

                     <transport rackId="rackA" siteId="siteA" />

                     ...

                  </cache-container>

        </subsystem>

       

      And I'm getting this error:

      Message: JBAS014788: Unexpected attribute 'rackId' encountered

              at org.jboss.as.controller.parsing.ParseUtils.unexpectedAttribute(ParseUtils.java:105) [jboss-as-controller-7.2.0.Final.jar:7.2.0.Final]

              at org.jboss.as.clustering.infinispan.subsystem.InfinispanSubsystemXMLReader_7_0.parseTransport(InfinispanSubsystemXMLReader_7_0.java:192)

              at org.jboss.as.clustering.infinispan.subsystem.InfinispanSubsystemXMLReader_7_0.parseContainer(InfinispanSubsystemXMLReader_7_0.java:132)


      This test was made with Infinispan Server 6.0.1 Final and Infinispan Server 7.0.0.Alpha4.

       

      Regards.

       

      Marcelo Rebasti