[jboss-jira] [JBoss JIRA] (WFLY-7616) Setting 'site' attribute of cache-container transport fails on WF 10.1.0

Joe Siponen (JIRA) issues at jboss.org
Wed Nov 16 09:09:00 EST 2016


Joe Siponen created WFLY-7616:
---------------------------------

             Summary: Setting 'site' attribute of cache-container transport fails on WF 10.1.0
                 Key: WFLY-7616
                 URL: https://issues.jboss.org/browse/WFLY-7616
             Project: WildFly
          Issue Type: Feature Request
          Components: Documentation
    Affects Versions: 10.1.0.Final
            Reporter: Joe Siponen
            Priority: Minor


The documentation for the Infinispan Subsystem in Wildfly 10 (https://docs.jboss.org/author/display/WFLY10/Infinispan+Subsystem) suggest that it should be possible to set the following attributes on the transport element of the cache-container:

site: This attribute configures the site id of the cache container.
rack: This attribute configures the rack id of the cache container.
machine: This attribute configures the machine id of the cache container

Setting these will fail due to parsing errors:

[Host Controller] 14:32:41,557 ERROR [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0033: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
[Host Controller] Message: WFLYCTL0197: Unexpected attribute 'machine' encountered

Further investigation revealed that this configuration was moved to the transport element of the jgroups subsystem and, thus, it would nice if this was removed from the documentation in for infinispan. However, if these settings affect the server hinting for infinispan (http://infinispan.org/docs/stable/user_guide/user_guide.html#ServerHinting) it would still be nice if this was explained in this documentation page.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list