[
https://issues.jboss.org/browse/ISPN-8682?page=com.atlassian.jira.plugin....
]
Roman Macor commented on ISPN-8682:
-----------------------------------
Yes, the events are missing in the admin console on the right side "Latest Grid
Events" and in the "Status Events" tab.
As discussed in [
ISPN-8558|https://issues.jboss.org/browse/ISPN-8558] the issue is not
caused by the admin console.
Some of the missing events:
{code:java}
[Server:server-two] 10:27:08,647 INFO [org.infinispan.server.endpoint] (MSC service
thread 1-1) DGENDPT10002: listening on 127.0.0.1:8230 (mapped to rest)
[Server:server-one] 10:27:08,650 INFO [org.infinispan.CLUSTER] (remote-thread--p2-t10)
ISPN000310: Starting cluster-wide rebalance for cache ___hotRodTopologyCache, topology
CacheTopology{id=7, phase=READ_OLD_WRITE_ALL, rebalanceId=3,
currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[master:server-one: 256]},
pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[master:server-one: 125,
master:server-two: 131]}, unionCH=null, actualMembers=[master:server-one,
master:server-two], persistentUUIDs=[3b6c31ca-8e72-4617-9f4e-4d63910d8194,
922043a8-be45-4e2c-84d9-0fb5d7077342]}
[Server:server-one] 10:27:08,686 INFO [org.infinispan.CLUSTER] (remote-thread--p2-t15)
ISPN000336: Finished cluster-wide rebalance for cache ___hotRodTopologyCache, topology id
= 7
{code}
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)