[infinispan-issues] [JBoss JIRA] (ISPN-7317) Errors on Cache Configuration Screen

William Burns (JIRA) issues at jboss.org
Mon Dec 19 11:03:00 EST 2016


    [ https://issues.jboss.org/browse/ISPN-7317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13340314#comment-13340314 ] 

William Burns commented on ISPN-7317:
-------------------------------------

Eviction DMR is removed and is replaced by the new memory sub element.  There is no longer a configurable eviction or thread strategy.  The only things the new memory one does in regards to eviction is the max size and the eviction type whether it is MEMORY or COUNT.

For example this cache has a memory element of off heap with a size of 1 GB using the default eviction type.

{code}[standalone at localhost:9990 memory=OFF-HEAP] ls
address-count=undefined  eviction=undefined       size=1000000000{code}

> Errors on Cache Configuration Screen
> ------------------------------------
>
>                 Key: ISPN-7317
>                 URL: https://issues.jboss.org/browse/ISPN-7317
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Console
>    Affects Versions: 9.0.0.Beta1
>            Reporter: Ryan Emerson
>            Assignee: Vladimir Blagojevic
>         Attachments: Screenshot from 2016-12-16 10-29-39.png
>
>
> When going to a cache's configuration screen there are errors thrown in the console stating that the property type is undefined. 
> {code:javascript}
> TypeError: Cannot read property 'type' of undefined
>     at Object.convertListToJson (http://localhost:3000/common/configuration/ConfigUtil.js:38:46)
>     at ConfigurationSectionCtrl.eval (http://localhost:3000/components/configuration-section/ConfigurationSectionCtrl.js:42:34)
>     at Array.forEach (native)
>     at eval (http://localhost:3000/components/configuration-section/ConfigurationSectionCtrl.js:41:30)
>     at Array.forEach (native)
>     at ConfigurationSectionCtrl.cleanMetadata (http://localhost:3000/components/configuration-section/ConfigurationSectionCtrl.js:40:25)
>     at new ConfigurationSectionCtrl (http://localhost:3000/components/configuration-section/ConfigurationSectionCtrl.js:13:18)
>     at Object.invoke (http://localhost:3000/vendor/jspm_packages/npm/angular@1.5.8/angular.js:4721:19)
>     at $controllerInit (http://localhost:3000/vendor/jspm_packages/npm/angular@1.5.8/angular.js:10357:34)
>     at nodeLinkFn (http://localhost:3000/vendor/jspm_packages/npm/angular@1.5.8/angular.js:9266:34)
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the infinispan-issues mailing list