Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-7315 Use activations manager for cluster wide activations stats collection #4727

Closed
wants to merge 1 commit into from

Conversation

vblagoje
Copy link

Master branch definitely but should consider porting to other maintenance branches as well.

@@ -735,7 +735,7 @@ private static CacheMode getCacheMode(Cache cache) {

//activations
ActivationManager aManager = remoteCache.getComponentRegistry().getComponent(ActivationManager.class);
if (pManager != null) {
if (aManager != null) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops :)

@wburns
Copy link
Member

wburns commented Dec 14, 2016

Makes sense to me, pulling...

@wburns
Copy link
Member

wburns commented Dec 14, 2016

Integrated into master, thanks @vblagoje !

@wburns wburns closed this Dec 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants