[JBoss JIRA] (ISPN-6117) Management console - cache configuration can not be be edited
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-6117?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic commented on ISPN-6117:
-------------------------------------------
Agreed and acknowledged. We did not have it until now because upon change we have to detect if any fields that require restart were affected. We have that mechanism in place now so we'll add the check if any of those fields are changed and thus require server restart. We'll add new modal dialogs to warn a user about these changes. User are also dynamically notified as they change the configuration field.
> Management console - cache configuration can not be be edited
> -------------------------------------------------------------
>
> Key: ISPN-6117
> URL: https://issues.jboss.org/browse/ISPN-6117
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
>
> go to Caches tab -> click on container -> click on cache -> actions
> There is no option to edit configuration, only option to view configuration.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6181) # Stores shows incorrect value
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-6181?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-6181:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.2.0.Final
Resolution: Done
> # Stores shows incorrect value
> ------------------------------
>
> Key: ISPN-6181
> URL: https://issues.jboss.org/browse/ISPN-6181
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Martin Vrabel
> Assignee: Vladimir Blagojevic
> Fix For: 8.2.0.Final
>
>
> Page: Caches -> select cache container -> select cache.
> Configuration of the cache:
> <replicated-cache name="replicatedCacheForStatisticsTesting" mode="SYNC" remote-timeout="30000" start="EAGER">
> <transaction mode="NONE"/>
> <eviction strategy="FIFO" size="10"/>
> <locking isolation="READ_COMMITTED" acquire-timeout="30000" concurrency-level="1000" striping="false"/>
> <file-store path="replicatedCacheForStatisticsTestingFileStore" purge="true" passivation="true"/>
> </replicated-cache>
> When I put 10 entries in the cache , this field #stores show 10 but should be 0. When I insert another 10 entries the number is still 0 but should be 20
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month