]
Tristan Tarrant updated ISPN-6075:
----------------------------------
Status: Open (was: New)
Created cache is immediately available
--------------------------------------
Key: ISPN-6075
URL:
https://issues.jboss.org/browse/ISPN-6075
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 8.1.0.Final
Reporter: Martin Gencur
Assignee: Vladimir Blagojevic
Steps to reproduce:
1) Add new cache
2) Go to the cache detail page
Issues:
1) The label in top-left corner says "Available" while it should be either
Unavailable or Disabled at this point (probably it is because this page still shows the
satus of the currentCluster and not the cache itself)
2) The actions on the right side include both "Disable" and "Enable"
and both of them are clickable. Only "Enable" option should be available at this
point.
3) I'm able to create a RemoteCache and put/get entries - no exception thrown