[infinispan-issues] [JBoss JIRA] (ISPN-9294) It is not possible override enable_diagnostics

Diego Lovison (JIRA) issues at jboss.org
Wed Jun 13 09:09:00 EDT 2018


Diego Lovison created ISPN-9294:
-----------------------------------

             Summary: It is not possible override enable_diagnostics
                 Key: ISPN-9294
                 URL: https://issues.jboss.org/browse/ISPN-9294
             Project: Infinispan
          Issue Type: Bug
            Reporter: Diego Lovison
         Attachments: pasted_image.png

I would like to set enable_diagnostics=true but the following configuration is not working.

Edit standalone/configuration/clustered.xml file adding the new property
{code:xml}
<transport type="UDP" socket-binding="jgroups-udp">
    <property name="enable_diagnostics">true</property>
</transport>
{code}

Start the server ./standalone.sh -c clustered.xml

Open jcm and check the property. It is still false. See the attachment.

The desirable solution could be a change in the following files to:
- default-configs/default-jgroups-udp.xml
- default-configs/default-jgroups-tcp.xml

{noformat}
enable_diagnostics="${jgroups.udp.enable_diagnostics:false}"
{noformat}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list