[
https://issues.jboss.org/browse/ISPN-8682?page=com.atlassian.jira.plugin....
]
Dan Berindei commented on ISPN-8682:
------------------------------------
[~rmacor] the messages you posted here are not log events, they are just regular log
messages logged by {{ClusterTopologyManagerImpl}} with the {{CLUSTER}} category name.
Log events look a bit different, they have a {{Context}} or {{Scope}}:
{noformat}
08:53:01,528 INFO (remote-thread-test-NodeA-p2-t6:[cluster-listener]) [CLUSTER]
[Context=cluster-listener] ISPN100002: Starting rebalance with members [test-NodeA-15001,
test-NodeB-55628, test-NodeC-62395, test-NodeD-29215], phase READ_OLD_WRITE_ALL, topology
id 10
{noformat}
With ISPN-9086 I added some events and I changed most of the non-event {{CLUSTER}} log
messages to {{DEBUG}} level, but if you think it would make things clearer I could change
the category name as well (to {{ClusterTopologyManagerImpl}} or {{ClusterCacheStatus}}).
The events in the server log and DMR are not consistent
-------------------------------------------------------
Key: ISPN-8682
URL:
https://issues.jboss.org/browse/ISPN-8682
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management, Server
Affects Versions: 9.2.0.Beta2
Reporter: Roman Macor
Some events are displayed in server.log file but not in DMR
Steps to reproduce:
start server in the domain mode
turn off server-two node, turn it back on (e.g. through administration console)
connect through CLI and get the logs:
[domain@localhost:9990 /] cd
/host=master/server=server-one/subsystem=datagrid-infinispan/cache-container=clustered
[domain@localhost:9990 cache-container=clustered] :read-event-log(lines=20)
compare the logs with server.log file
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)