Paul Ferraro created WFLY-9146:
----------------------------------
Summary: Legacy protocol write-attribute operations throw
NoSuchResourceException
Key: WFLY-9146
URL:
https://issues.jboss.org/browse/WFLY-9146
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 11.0.0.Alpha1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 11.0.0.Beta1
In this operation sequence, the 2nd operation fails with a NoSuchResourceException:
/subsystem=jgroups/stack=tcp/protocol=TCPPING:add()
/subsystem=jgroups/stack=tcp/protocol=TCPPING:write-attribute(name=properties,
value={initial_hosts="HOST_A[7600],HOST_B[7600]"})
The 1st operation was redirected to protocol=org.jgroups.protocols.TCPPING:add()
The 2nd operation should also be redirected to the legacy resource.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)