[jboss-jira] [JBoss JIRA] (WFLY-10541) default transactions node-identifier to jboss.node.name

Brad Maxwell (JIRA) issues at jboss.org
Sat Jun 9 11:37:00 EDT 2018


Brad Maxwell created WFLY-10541:
-----------------------------------

             Summary: default transactions node-identifier to jboss.node.name
                 Key: WFLY-10541
                 URL: https://issues.jboss.org/browse/WFLY-10541
             Project: WildFly
          Issue Type: Enhancement
          Components: Server
    Affects Versions: 13.0.0.Final
            Reporter: Brad Maxwell
            Assignee: Jason Greene


It is very common for environments to run multiple Wildfly instances on the same machine, it would be good to use 1 property such as jboss.node.name as a default for jboss.tx.node.id / node-identifier and any other property that needs to be unique when Wildfly instances are stacked on a machine.

{code}
WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 36) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
{code}

{code}
            <subsystem xmlns="urn:jboss:domain:transactions:3.0">
                <core-environment node-identifier="${jboss.node.name}">
{code}



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


More information about the jboss-jira mailing list