]
Jiří Holuša commented on ISPN-5920:
-----------------------------------
Hi [~vblagojevic], I see this JIRA resolved, but I'm still experiencing the issue
described. Using snapshots of both server and mgmt console.
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
Assignee: Vladimir Blagojevic
Fix For: 8.2.0.Beta1, 8.2.0.Final
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).