[JBoss JIRA] (ISPN-6587) Eviction type does not chage after reconfiguring in console
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6587?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6587:
----------------------------------
Fix Version/s: 9.0.0.Alpha2
9.0.0.Final
(was: 9.0.0.Alpha3)
> Eviction type does not chage after reconfiguring in console
> -----------------------------------------------------------
>
> Key: ISPN-6587
> URL: https://issues.jboss.org/browse/ISPN-6587
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Alpha1
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Fix For: 9.0.0.Alpha2, 8.2.2.Final, 9.0.0.Final
>
>
> container -> cache -> configuration -> eviction -> eviction type
> "Type" was empty before.
> After changing it to COUNT or MEMORY and afterwards open the configuration page again to check if it was changed the "Type" remained empty.
> The JMX value was also not changed.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (ISPN-6555) Remove references to Deprecated fields 'queue-size' and 'queue-flush-interval'
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6555?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6555:
----------------------------------
Fix Version/s: 8.2.2.Final
> Remove references to Deprecated fields 'queue-size' and 'queue-flush-interval'
> ------------------------------------------------------------------------------
>
> Key: ISPN-6555
> URL: https://issues.jboss.org/browse/ISPN-6555
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Alpha1
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Fix For: 9.0.0.Alpha2, 8.2.2.Final
>
>
> When loading "Cache containers" >> "clustered" >> "default(Distributed, Sync, 2 owners )" >> "Configuration" the General tab does not show Field names or their inputs.
> This is caused because {code}$scope.metadata['queue-size']{code} and {code}$scope.metadata['queue-flush-interval']{code} are undefined in configurationSection.js when function $scope.cleanFieldMetadata is called.
> I have checked the underlying DMR command, shown below, using the cli and this does not return any fields with those names.
> {code} /profile=clustered/subsystem=datagrid-infinispan/cache-container=clustered:read-resource-description(recursive=true){code}
> This is caused by the following ISPN changes:
> https://github.com/infinispan/infinispan/commit/86477351795fac59750e2d574...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (ISPN-5968) Cache statistics are not shown for local caches in mgmt console
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-5968?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-5968:
----------------------------------
Fix Version/s: 8.2.2.Final
> Cache statistics are not shown for local caches in mgmt console
> ---------------------------------------------------------------
>
> Key: ISPN-5968
> URL: https://issues.jboss.org/browse/ISPN-5968
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Beta1
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.0.Alpha2, 8.2.2.Final
>
>
> Page: Caches -> select cache container -> select some local cache
> When you look at the statistics, no numbers are shown, even zeros. When you put some entries to the cache, nothing changes. Note that this work fine when the cache is not local, e.g. distributed, replicated, etc...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (ISPN-6571) Adapt to configuration template changes
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6571?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6571:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Adapt to configuration template changes
> ---------------------------------------
>
> Key: ISPN-6571
> URL: https://issues.jboss.org/browse/ISPN-6571
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Alpha1
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.0.Alpha2, 8.2.2.Final, 9.0.0.Final
>
>
> ISPN-6301 introduced boolean configuration field 'template'. There are two types of configurations: "template" (they have the template attribute set to true) and "concrete" (template is false). We need to adapt javascript model to reflect this change as we used template for template name.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (ISPN-6571) Adapt to configuration template changes
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6571?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6571:
----------------------------------
Fix Version/s: 9.0.0.Alpha2
8.2.2.Final
9.0.0.Final
(was: 9.0.0.Alpha3)
> Adapt to configuration template changes
> ---------------------------------------
>
> Key: ISPN-6571
> URL: https://issues.jboss.org/browse/ISPN-6571
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Alpha1
> Reporter: Vladimir Blagojevic
> Fix For: 9.0.0.Alpha2, 8.2.2.Final, 9.0.0.Final
>
>
> ISPN-6301 introduced boolean configuration field 'template'. There are two types of configurations: "template" (they have the template attribute set to true) and "concrete" (template is false). We need to adapt javascript model to reflect this change as we used template for template name.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (ISPN-6571) Adapt to configuration template changes
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6571?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant reassigned ISPN-6571:
-------------------------------------
Assignee: Vladimir Blagojevic
> Adapt to configuration template changes
> ---------------------------------------
>
> Key: ISPN-6571
> URL: https://issues.jboss.org/browse/ISPN-6571
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Alpha1
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.0.Alpha2, 8.2.2.Final, 9.0.0.Final
>
>
> ISPN-6301 introduced boolean configuration field 'template'. There are two types of configurations: "template" (they have the template attribute set to true) and "concrete" (template is false). We need to adapt javascript model to reflect this change as we used template for template name.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (ISPN-6571) Adapt to configuration template changes
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6571?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6571:
----------------------------------
Status: Open (was: New)
> Adapt to configuration template changes
> ---------------------------------------
>
> Key: ISPN-6571
> URL: https://issues.jboss.org/browse/ISPN-6571
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Alpha1
> Reporter: Vladimir Blagojevic
> Fix For: 9.0.0.Alpha2, 8.2.2.Final, 9.0.0.Final
>
>
> ISPN-6301 introduced boolean configuration field 'template'. There are two types of configurations: "template" (they have the template attribute set to true) and "concrete" (template is false). We need to adapt javascript model to reflect this change as we used template for template name.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months