Hazelcast Near-Cache not working -


I am currently working on integrating hezelcast in our system and trying out caching, but I can go to this issue.

I'm configuring hezelcast via spring with my configuration:

  & lt; Hz: hazelcast id = "instance" & gt; & Lt; Hertz: config & gt; & Lt; Hertz: Management-enabled center = "true" url = "sanitized" update-interval = "5" /> & Lt; Hz: network port = "5701" & gt; & Lt; Hertz: Joining & gt; & Lt; Hz: multicast enabled = "wrong" /> & Lt; Hz: tcp-ip enabled = "true" & gt; & Lt; Hz: Members & gt; # {SystemProperties ['hazelcast.members']} & lt; / Hz: Members & gt; & Lt; / Hertz: TCP-IP & gt; & Lt; / Hertz: Joining & gt; & Lt; Hertz: Interface & gt; & Lt; Hertz: Interface & gt; 192.168.24 * & lt; / Hz:. Interface & gt; & Lt; / Hertz: Interface & gt; & Lt; / Hertz: Networks & gt; & Lt; Hertz: Map name = "default" merge-policy = "package.CustomMergePolicy" & gt; & Lt ;! - near the cache with default values ​​- & gt; & Lt; Hz: pass-cache cache-local-entries = "incorrect" removal-policy = "LRU" in-memory-format = "binary" invalid-on-conversion = "right" maximum-inactive-seconds = "0" Size = "0" time-to-live-seconds = "0" /> & Lt; / Hertz: map & gt; & Lt; / Hertz: config & gt; & Lt; / Hz: hazelcast & gt;  

The first node has been started throw the following warning

  November 4, 2014 4:46:23 PM com.hazelcast.map.operation.InvalidateNearCacheOperation Warning : [1 92.168.24.26]: 5701 [Dev] [3.3.1] Cash Clear Operation has been accepted, while Cash near cash is accepted. CISLSASTActivityPlus is not enabled for Maps. Possible configuration conflict between nodes.  

Both nodes have the same exact configuration (configuration packs and copied in both nodes).

Why is any thoughts happening?

EDIT: Further testing has shown that the warning is always being displayed on the first node that has been started (even if the node test is in progress). In addition, using the management center, we have confirmed that both nodes have the same configuration, but it seems that the first node is going to start, some maps are not activating near caching.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -