Re: Network Segmentation configuarion

2018-08-27 Thread luqmanahmad
See [1] for free network segmentation plugin [1] https://github.com/luqmanahmad/ignite-plugins -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Network Segmentation configuarion

2016-10-13 Thread Vladislav Pyatkov
Hi Yitzhak, You can configure specific timeout in discovery SPI or increase common timeout IgniteConfiguration#setFailureDetectionTimeout. But long timeout lead to stop grid on time the timeout If you want to handle segmentation event: ignite.events().localListen(new IgnitePredicate() { @Ove