[infinispan-issues] [JBoss JIRA] (ISPN-6117) Management console - cache configuration can not be be edited

Vladimir Blagojevic (JIRA) issues at jboss.org
Fri Feb 26 10:21:00 EST 2016


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

Vladimir Blagojevic commented on ISPN-6117:
-------------------------------------------

The reason editing existing cache configuration is more complicated is that we have to detect if we are changing an existing cache configuration subnode (e.g. locking) or if we are adding an entirely new configuration subnode (e.g. eviction). In the first case, we have to use write-attribute DMR op and in the second add DMR op. We effectively have to do a diff of a cache configuration tree executing a mix of write attribute and add operations. Not impossible but not trivial either.

> 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
>            Priority: Blocker
>
> 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)


More information about the infinispan-issues mailing list