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/o...
>
> [2]
>
https://github.com/infinispan/infinispan/blob/master/core/src/main/java/o...
>
> [3]
>
https://github.com/infinispan/infinispan/blob/master/core/src/main/java/o...