[infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

Pedro Ruivo pedro at infinispan.org
Tue Mar 27 05:15:47 EDT 2018


JIRA: https://issues.jboss.org/browse/ISPN-8994

On 27-03-2018 10:08, Pedro Ruivo wrote:
> 
> 
> On 27-03-2018 09:03, Sebastian Laskawiec wrote:
>> At the moment, the cluster health status checker enumerates all caches 
>> in the cache manager [1] and checks whether those cashes are running 
>> and not in degraded more [2].
>>
>> I'm not sure how counter caches have been implemented. One thing is 
>> for sure - they should be taken into account in this loop [3].
> 
> The private caches aren't listed by CacheManager.getCacheNames(). We 
> have to check them via InternalCacheRegistry.getInternalCacheNames().
> 
> I'll open a JIRA if you don't mind :)
> 
>>
>> [1] 
>> https://github.com/infinispan/infinispan/blob/master/core/src/main/java/org/infinispan/health/impl/ClusterHealthImpl.java#L22 
>>
>> [2] 
>> https://github.com/infinispan/infinispan/blob/master/core/src/main/java/org/infinispan/health/impl/CacheHealthImpl.java#L25 
>>
>> [3] 
>> https://github.com/infinispan/infinispan/blob/master/core/src/main/java/org/infinispan/health/impl/ClusterHealthImpl.java#L23-L24 


More information about the infinispan-dev mailing list