[jboss-jira] [JBoss JIRA] (WFLY-3377) Infinispan cache container statistics configuration does not propagate to caches
Radoslav Husar (JIRA)
issues at jboss.org
Tue May 20 10:18:56 EDT 2014
[ https://issues.jboss.org/browse/WFLY-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969081#comment-12969081 ]
Radoslav Husar edited comment on WFLY-3377 at 5/20/14 10:18 AM:
----------------------------------------------------------------
I believe the desired setting should be like this (for the cache)
| | cache statistics=true | cache statistics=false | cache statistics=undefined |
| cache container statistics=true | enabled | disabled | enabled |
| cache container statistics=false | enabled | disabled | disabled |
| cache container statistics=undefined | enabled | disabled | disabled |
was (Author: rhusar):
I believe the desired setting should be like this (for the cache:)
| | cache statistics=true | cache statistics=false | cache statistics=undefined |
| cache container statistics=true | enabled | disabled | enabled |
| cache container statistics=false | enabled | disabled | disabled |
| cache container statistics=undefined | enabled | disabled | disabled |
> Infinispan cache container statistics configuration does not propagate to caches
> --------------------------------------------------------------------------------
>
> Key: WFLY-3377
> URL: https://issues.jboss.org/browse/WFLY-3377
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering
> Affects Versions: 8.1.0.CR2
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Fix For: 8.0.0.Final, 9.0.0.Alpha1
>
>
> This is the continuation of the "WFLY-3106 Infinispan cache statistics cannot be enabled/disabled independently of the cache manager statistics" which fixed the problem of independence of this setting for caches and cache container.
> However the side effect is that the cache container settings are now ignored completely and do not propagate to caches.
> Technical:
> Correctly fixed by WFLY-3106 this cannot be set in defineConfiguration(..) (AbstractCacheConfigurationService) because that works as an override. However, with that fix the value is ignored for caches. The cache's CacheAdd needs to figure this out from the conainer definition model.
> The user reported the issue here:
> https://community.jboss.org/message/873586
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
More information about the jboss-jira
mailing list