sk0x50 commented on issue #10914:
URL: https://github.com/apache/ignite/issues/10914#issuecomment-1748735463
Hello @fbutter,
There are two extension points as follows:
-
[TopologyValidator](https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/configuration/TopologyValidator.html)
Topology validator is used to verify that cluster topology is valid for
further cache operations.
-
[SegmentationResolver](https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/plugin/segmentation/SegmentationResolver.html)
This is interface for segmentation (a.k.a "split-brain" problem) resolvers.
Pperhaps the following link
https://www.gridgain.com/docs/latest/administrators-guide/split-brain will be
helpful also.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]