Thank you Denis for the response. As i understand the segmentation resolver implementation is available only in Gridgain. My question is if Ignite supports the interface. i.e. can i implement the interface and ignite will know what to do with it or the whole concept is missing in ignite? Thanks
On Mon, Mar 21, 2016 at 4:04 PM, Denis Magda <[email protected]> wrote: > Hi, > > This looks like a classical "split brain" scenario. > > Ignite has built-in concept of a segmentation resolver [1] that allows work > out situations like you have. > But Ignite is lack of any implementation for this interface. > > However, GridGain, that is built on top of Ignite, provides several > segmentation resolvers' implementations as a part of its enterprise > features > set [2] > > [1] > > https://ignite.apache.org/releases/1.5.0.final/javadoc/org/apache/ignite/plugin/segmentation/package-frame.html > [2] https://gridgain.readme.io/docs/network-segmentation > > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Two-Ignite-Clusters-formed-after-network-disturbance-tp3377p3605.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
