[infinispan-issues] [JBoss JIRA] (ISPN-4144) Cleanly shutdown intermediate M/R cache
Alan Field (JIRA)
issues at jboss.org
Fri Mar 21 15:42:10 EDT 2014
[ https://issues.jboss.org/browse/ISPN-4144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12955116#comment-12955116 ]
Alan Field commented on ISPN-4144:
----------------------------------
>From looking at DefaultRebalancePolicy.setRebalancingEnabled, it looks like rebalance is enabled or disabled for all caches:
https://github.com/infinispan/infinispan/blob/master/core/src/main/java/org/infinispan/topology/DefaultRebalancePolicy.java#L87
> Cleanly shutdown intermediate M/R cache
> ---------------------------------------
>
> Key: ISPN-4144
> URL: https://issues.jboss.org/browse/ISPN-4144
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
>
> For intermediate per task caches we simply remove that cache from cache manager. This operation is cluster wide but it still triggers rebalancing which in turn possibly creates logs that might raise false alarms for admins. Investigate if calling clear before removing cache from cache manager and/or disabling rebalancing for intermediate cache leads to a "cleaner" cache shutdown.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list