[JBoss JIRA] (ISPN-6552) Merge parsers into one
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6552?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6552:
----------------------------------
Description: Configuration parsers are handled by versioned classes. This causes needless redundancy. Since the introduction of Namespace.since() we can perform conditional parsing based on the version of the schema. All supported parses should be merged into one.
> Merge parsers into one
> ----------------------
>
> Key: ISPN-6552
> URL: https://issues.jboss.org/browse/ISPN-6552
> Project: Infinispan
> Issue Type: Task
> Components: Configuration
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 9.0.0.Final
>
>
> Configuration parsers are handled by versioned classes. This causes needless redundancy. Since the introduction of Namespace.since() we can perform conditional parsing based on the version of the schema. All supported parses should be merged into one.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6540) Management console doesn't display cache containers correctly if there are two containers with the same name
by Roman Macor (JIRA)
[ https://issues.jboss.org/browse/ISPN-6540?page=com.atlassian.jira.plugin.... ]
Roman Macor commented on ISPN-6540:
-----------------------------------
[~vblagojevic] I've tested it manually and with our testsuite with Infinispan snapshot and it seems to be working alright.
> Management console doesn't display cache containers correctly if there are two containers with the same name
> ------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-6540
> URL: https://issues.jboss.org/browse/ISPN-6540
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
> Attachments: configs.zip, Screenshot-containersWithSameName.png, Screenshot-detalPageForBothContainers.png
>
>
> When we have two containers with the same name on different clusters some values are displayed correctly - #caches, name, clustering-info, but some are not - endpoints, sites.
> Additionally, clicking on either of containers display the same information, even though containers are configured differently.
> Please see the screenshots.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6555) Unable to load General tab on View/Edit Cache Configuration Screen
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-6555?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-6555:
-------------------------------
Description:
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...
was:
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 changes to ISPN since 8.2.1.Final
> Unable to load General tab on View/Edit Cache Configuration Screen
> ------------------------------------------------------------------
>
> 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
>
> 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, 8 months
[JBoss JIRA] (ISPN-6555) Unable to load General tab on View/Edit Cache Configuration Screen
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-6555?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-6555:
-------------------------------
Description:
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 changes to ISPN since 8.2.1.Final
was:
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}
> Unable to load General tab on View/Edit Cache Configuration Screen
> ------------------------------------------------------------------
>
> 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
>
> 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 changes to ISPN since 8.2.1.Final
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6124) List of caches is sometimes visually corrupt
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-6124?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic commented on ISPN-6124:
-------------------------------------------
Thank you [~jholusa] This will help me tremendously.
> List of caches is sometimes visually corrupt
> --------------------------------------------
>
> Key: ISPN-6124
> URL: https://issues.jboss.org/browse/ISPN-6124
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Final
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
> Attachments: Snímek z 2016-01-29 11-37-21.png
>
>
> Page: Cache -> select some container -> list of caches
> Under certain circumstances, the cache cards are wrongly aligned, see the screenshot in attachments. I think it's because those two caches on the right don't have any icons below the cache type, making the box smaller.
> The solution would be to assign fixed height, since it can be predictable or add a "clearing" div after each row, I guess.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months