[
https://issues.jboss.org/browse/WFLY-10541?page=com.atlassian.jira.plugin...
]
Tom Jenkinson commented on WFLY-10541:
--------------------------------------
{code}
still@DESKTOP-FM5AA5S
/cygdrive/c/Users/still/Documents/jbosstm/narayana/jboss-as/build/target/wildfly-14.0.0.Beta1-SNAPSHOT
(master)
$ ./bin/standalone.sh -Djboss.tx.node.id=`hostname` | grep WARN
16:53:45,504 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-8)
WFLYDM0111: Keystore
C:\Users\still\Documents\jbosstm\narayana\jboss-as\build\target\wildfly-14.0.0.Beta1-SNAPSHOT\standalone\configuration\application.keystore
not found, it will be auto generated on first use with a self signed certificate for host
localhost
still@DESKTOP-FM5AA5S
/cygdrive/c/Users/still/Documents/jbosstm/narayana/jboss-as/build/target/wildfly-14.0.0.Beta1-SNAPSHOT
(master)
$ ./bin/standalone.sh -Djboss.tx.node.id=1 | grep WARN
16:54:00,992 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 62) WFLYTX0013: The
node-identifier attribute on the /subsystem=transactions is set to the default value. This
is a danger for environments running multiple servers. Please make sure the attribute
value is unique.
16:54:01,540 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-1)
WFLYDM0111: Keystore
C:\Users\still\Documents\jbosstm\narayana\jboss-as\build\target\wildfly-14.0.0.Beta1-SNAPSHOT\standalone\configuration\application.keystore
not found, it will be auto generated on first use with a self signed certificate for host
localhost
still@DESKTOP-FM5AA5S
/cygdrive/c/Users/still/Documents/jbosstm/narayana/jboss-as/build/target/wildfly-14.0.0.Beta1-SNAPSHOT
(master)
$
{code}
allow user to easily override the transaction node identifier
-------------------------------------------------------------
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: Tom Jenkinson
Add
{code}
node-identifier="${jboss.tx.node.id:1}
{code}
to the default WF Config files.
Allows a user to then set -Djboss.tx.node.id to something like a pod name during startup
in a script
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)