[jboss-jira] [JBoss JIRA] (WFCORE-1775) CLI command for enabling tracking configuration changes act differently when host is specifiend and when it is not
Ivan Straka (JIRA)
issues at jboss.org
Fri Sep 9 04:22:00 EDT 2016
Ivan Straka created WFCORE-1775:
-----------------------------------
Summary: CLI command for enabling tracking configuration changes act differently when host is specifiend and when it is not
Key: WFCORE-1775
URL: https://issues.jboss.org/browse/WFCORE-1775
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Ivan Straka
Assignee: Brian Stansberry
If I execute
/host=slave/core-service=management/service=configuration-changes:add(history-size=10)
on host controller, everything is fine. But, if
/core-service=management/service=configuration-changes:add(history-size=10)
is executed,
{code:json}
{
"outcome" => "failed",
"failure-description" => "WFLYDC0032: Operation add for address [
(\"core-service\" => \"management\"),
(\"service\" => \"configuration-changes\")
] can only be handled by the master Domain Controller; this host is not the master Domain Controller",
"rolled-back" => true
}
{code}
is returned.
I have discussed this with [~ehugonnet], and it has not been decided whether this is correct behavior. For some reason it is trying to route the request to the DC.
This jira is supposed to start a discussion about this rather than saying that this is a bug.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list