Hi Agustin, I think the network segmentation API was ported to Apache Ignite by mistake when GridGain was donating its code to the Apache Ignite project in November, 2014.
Currently the network segmentation functionality is not implemented in Apache Ignite, and is only available in the GridGain enterprise product, which is essentially a version of Apache Ignite with some additional features, including the network segmentation. Hope this clarifies the issue you are having. D. On Fri, Oct 30, 2015 at 1:40 AM, Agustín Miña Blanco < [email protected]> wrote: > Hi, > > I have implemented a custom SegmentationResolver and I have added it as a > property of the IgniteConfiguration. > > In the logs I see that a new thread starts that is doing some segmentation > checking but my implementation is never called, instead the checking always > returns true. > > Is this feature disabled, or I'm doing something wrong. > > > Thanks for your help >
