]
Vladimir Blagojevic commented on ISPN-7555:
-------------------------------------------
[~rmacor] I don't think we can fulfil this request as the information we get from
jgroups layer does not contain host-name:server-name information. In domain mode it does.
In standalone it does not. Got to /subsystem=datagrid-infinispan/cache-container=clustered
in standalone mode and
`/host=<any-host>/server=<any-server>/subsystem=datagrid-infinispan/cache-container=clustered`
to see the members attribute.
Originator node in launch new task dialog is not displayed correctly
in standalone mode
---------------------------------------------------------------------------------------
Key: ISPN-7555
URL:
https://issues.jboss.org/browse/ISPN-7555
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management
Affects Versions: 9.0.0.CR2
Reporter: Roman Macor
Assignee: Vladimir Blagojevic
Priority: Minor
- start server in standalone clustered mode - bin/standalone.sh -c clustered.xml
- click on cache container - Tasks execution tab -> Launch new task -> click on
Originator node
result: the node is displayed like this: terminator:terminator, if we set the server
name, e.g. server-one, it's displayed like this: server-one:server-one
("terminator" is hostname from /etc/hostname)
expected result: host-name:server-name (same as in domain mode)