[infinispan-issues] [JBoss JIRA] (ISPN-5920) Displaying caches in management console doesn't detect XSite replication correctly
Jiří Holuša (JIRA)
issues at jboss.org
Thu Nov 5 05:00:00 EST 2015
Jiří Holuša created ISPN-5920:
---------------------------------
Summary: Displaying caches in management console doesn't detect XSite replication correctly
Key: ISPN-5920
URL: https://issues.jboss.org/browse/ISPN-5920
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 8.1.0.Alpha2
Reporter: Jiří Holuša
Page "Caches" tab -> click on certain cache container: list of caches in that container is shown.
Having cache configured e.g. line this:
{code}
<distributed-cache name="memcachedCache" ...>
<backups>
<backup site="BRN" strategy="SYNC"/>
</backups>
</distributed-cache>
{code}
In the UI, when I click Trait > Remote backup filter, the cache is not shown in the results. Truth is that I don't actually have the BRN site running, however, when I look through the jconsole to MBean, the XSiteAdmin bean is there and I'm able to call operations on it, e.g. pushState (of course fails, because I don't have the site there).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list