[JBoss JIRA] (ISPN-6108) A stopped Node is displayed in all server groups
by Martin Gencur (JIRA)
[ https://issues.jboss.org/browse/ISPN-6108?page=com.atlassian.jira.plugin.... ]
Martin Gencur closed ISPN-6108.
-------------------------------
Resolution: Duplicate Issue
Oops. This is a duplicate of ISPN-6080
> A stopped Node is displayed in all server groups
> ------------------------------------------------
>
> Key: ISPN-6108
> URL: https://issues.jboss.org/browse/ISPN-6108
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Final
> Reporter: Martin Gencur
> Assignee: Vladimir Blagojevic
> Priority: Minor
> Attachments: other-server-group-cluster-view.png
>
>
> The "View nodes" page displays stopped nodes no matter which cluster/server group they're defined in. When I start the node and it is running, it is displayed correctly in just a single server group view.
> Attaching a screenshot for server called "server-two" which is in the "main-server-group":
> {code}
> <server name="server-two" group="main-server-group" auto-start="false">
> {code}
> The node is displayed in the view for "other-server-group"
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (ISPN-6105) Too many warnings logged for total order commands
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6105?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6105:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.2.0.Final
Resolution: Done
> Too many warnings logged for total order commands
> -------------------------------------------------
>
> Key: ISPN-6105
> URL: https://issues.jboss.org/browse/ISPN-6105
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 8.1.0.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Fix For: 8.2.0.Beta1, 8.2.0.Final
>
>
> {{RetryPrepareException}} is harmless, on the same level as {{OutdatedTopologyException}}, so it should be logged at debug level instead of warning.
> Tx commands received before the initial topology also result in a {{NullPointerException}} that is logged at the error level, because they try to access the transaction table before it finished initializing. Non-TO tx commands avoid this by calling {{isCommandSentBeforeFirstTopology(commandTopologyId)}}, TO tx commands can do the same.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months
[JBoss JIRA] (ISPN-5932) Remove ClusterRegistry
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-5932?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-5932:
--------------------------------
Description: ClusterRegistry can be replaced by InternalCacheRegistry. ClusterRegistry and ScopedKey should be removed. Do we still keep package org.infinispan.registry.* public in the javadocs? (was: ClusterRegistry can be replaced by InternalCacheRegistry or it can be removed entirely after query module is modified to use pre-declared indexed classes.)
> Remove ClusterRegistry
> ----------------------
>
> Key: ISPN-5932
> URL: https://issues.jboss.org/browse/ISPN-5932
> Project: Infinispan
> Issue Type: Task
> Components: Core, Embedded Querying
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
>
> ClusterRegistry can be replaced by InternalCacheRegistry. ClusterRegistry and ScopedKey should be removed. Do we still keep package org.infinispan.registry.* public in the javadocs?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 11 months