[
https://issues.jboss.org/browse/ISPN-8558?page=com.atlassian.jira.plugin....
]
Vladimir Blagojevic edited comment on ISPN-8558 at 1/10/18 4:57 AM:
--------------------------------------------------------------------
[~rmacor] Let's do the following, you will be able to diagnose in under 5 minutes if
the DMR and server.log are consistent. Log into CLI for the server running in domain mode,
and the go to runtime path of the coordintor, in the case below, that's server-one:
{code}
[domain@localhost:9990 /] pwd
/
[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=1)
{
"outcome" => "success",
"result" => [{
"when" => "2018-01-10T09:43:13.314Z",
"level" => "INFO",
"category" => "CLUSTER",
"message" => "ISPN100003: Node master:server-one finished
rebalance phase with topology id 4",
"context" => "___hotRodTopologyCache",
"scope" => "master:server-one"
}]
}
[domain@localhost:9990 cache-container=clustered]
{code}
Obviously, in your case, just increase the number of lines to some larger number, capture
the output and then compare it either visually or through some diff tool with server log.
was (Author: vblagojevic):
[~rmacor] Let's do the following, you will be able to diagnose in under 5 minutes if
the DMR and server.log are consistent. Log into CLI for the server running in domain mode,
and the go to runtime path of the coordintor, in the case below, that's server-one:
{code}
[domain@localhost:9990 /] pwd
/
[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=1)
{
"outcome" => "success",
"result" => [{
"when" => "2018-01-10T09:43:13.314Z",
"level" => "INFO",
"category" => "CLUSTER",
"message" => "ISPN100003: Node master:server-one finished
rebalance phase with topology id 4",
"context" => "___hotRodTopologyCache",
"scope" => "master:server-one"
}]
}
[domain@localhost:9990 cache-container=clustered]
{code}
Administration console - some events are not displayed in the
console
---------------------------------------------------------------------
Key: ISPN-8558
URL:
https://issues.jboss.org/browse/ISPN-8558
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management
Affects Versions: 9.2.0.Beta1
Reporter: Roman Macor
Assignee: Vladimir Blagojevic
Some events are not displayed in the console.
e.g.
I see events in the server log, but not in the status event tab in the console:
10 INFO [org.infinispan.CLUSTER] (transport-thread--p4-t24)
[Context=___query_known_classes][Context=master:server-one]ISPN100003: Node
master:server-one finished rebalance phase with topology id 12
[Server:server-one] 11:06:08,011 INFO [org.infinispan.CLUSTER] (remote-thread--p2-t24)
[Context=___query_known_classes][Context=master:server-two]ISPN100003: Node
master:server-two finished rebalance phase with topology id 12
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)