Re: Ignite Segmentation Behaviour

2020-09-16 Thread sue
Hi, Thank's for the clarificaiton! That's what I expected. I looked into https://github.com/luqmanahmad/ignite-plugins and decided to implement my own SegmentationResolver to deal with these cases. Cheers Sam -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite Segmentation Behaviour

2020-09-14 Thread sue
Hi Denis, Thank you for your reply. Restarting all the nodes in the partitioned segment would work for my usecase. Is there a way to detect such a scenario with TCP/IP Discovery mode in Ignite? In my test I didn't get any EVT_NODE_SEGMENTED events, only EVT_NODE_FAILED. So the individual

Network Segmentation Behaviour

2020-09-11 Thread sue
Hi I've been testing Ignite (2.8.1) and it's behaviour under network segmentation. According to the docs, Ignite nodes should be able to detect network segmentation and apply the configured SegmentationPolicy. However the segmentation handling didn't trigger as I would have expected it to do.