]
Ondra Chaloupka reassigned WFLY-8873:
-------------------------------------
Assignee: Ondra Chaloupka (was: Tom Jenkinson)
Provide information how to configure node identifier in "...Node
identifier property is set to the default value..." warning
----------------------------------------------------------------------------------------------------------------------------
Key: WFLY-8873
URL:
https://issues.jboss.org/browse/WFLY-8873
Project: WildFly
Issue Type: Bug
Components: Transactions
Reporter: Ondra Chaloupka
Assignee: Ondra Chaloupka
Priority: Minor
If EAP 7 is started then there is logged warning like:
{code}
13:03:30,260 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 70) WFLYTX0013: Node
identifier property is set to the default value. Please make sure it is unique.
{code}
There should be provided information what it means for example by providing link to
documentation and how to configure it in CLI. {{node-identifier}} can be set in CLI
using:
{{/subsystem=transactions:write-attribute(name=node-identifier,value=unique-value)}}
command