[infinispan-issues] [JBoss JIRA] (ISPN-8558) Administration console - some events are not displayed in the console
Vladimir Blagojevic (JIRA)
issues at jboss.org
Wed Jan 10 04:58:00 EST 2018
[ https://issues.jboss.org/browse/ISPN-8558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13512315#comment-13512315 ]
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 at localhost:9990 /] pwd
/
[domain at localhost:9990 /] cd /host=master/server=server-one/subsystem=datagrid-infinispan/cache-container=clustered
[domain at 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 at 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 at localhost:9990 /] pwd
/
[domain at localhost:9990 /] cd /host=master/server=server-one/subsystem=datagrid-infinispan/cache-container=clustered
[domain at 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 at 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)
More information about the infinispan-issues
mailing list