]
Ryan Emerson updated ISPN-6555:
-------------------------------
Summary: Remove references to Deprecated fields 'queue-size' and
'queue-flush-interval' (was: Unable to load General tab on View/Edit Cache
Configuration Screen)
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
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...