Re: Segmentation policy configuration

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: Segmentation policy configuration

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: Segmentation policy configuration

2018-03-25 Thread Hemasundara Rao
Thank you very much Stan

Regards,
Hemasundar

On 23 March 2018 at 19:20, Stanislav Lukyanov 
wrote:

> Hi,
>
>
>
> There is an answer for this question already, maybe you didn’t receive it
> - http://apache-ignite-users.70518.x6.nabble.com/Segmentation-policy-
> configuration-tp20392p20628.html.
>
> If you have additional questions, please ask them in the original thread.
>
>
>
> Thanks,
>
> Stan
>
>
>
> *From: *Hemasundara Rao 
> *Sent: *23 марта 2018 г. 13:50
> *To: *user@ignite.apache.org
> *Subject: *Segmentation policy configuration
>
>
>
> Hi,
>
>  Actually I am looking for help on how to specify following details in xml
> configuration file
>
>
>
> 1) SegmentationPolicy other that default value
>
> 2) SegmentCheckFrequency
>
> 3) SegmentationResolveAttempts
>
> and other required setting in the configuration file.
>
>
>
> I want to specify  "Segmentation Policies" to "RESTART_JVM" or "NOOP".
>
>
>
>
>
> Thanks and Regards,
>
> Hemasundar.
>
>
>


RE: Segmentation policy configuration

2018-03-23 Thread Stanislav Lukyanov
Hi,

There is an answer for this question already, maybe you didn’t receive it - 
http://apache-ignite-users.70518.x6.nabble.com/Segmentation-policy-configuration-tp20392p20628.html.
 
If you have additional questions, please ask them in the original thread.

Thanks,
Stan

From: Hemasundara Rao
Sent: 23 марта 2018 г. 13:50
To: user@ignite.apache.org
Subject: Segmentation policy configuration

Hi,
 Actually I am looking for help on how to specify following details in xml 
configuration file 

1) SegmentationPolicy other that default value
2) SegmentCheckFrequency
3) SegmentationResolveAttempts
and other required setting in the configuration file.

I want to specify  "Segmentation Policies" to "RESTART_JVM" or "NOOP".


Thanks and Regards,
Hemasundar.



Re: Segmentation policy configuration

2018-03-21 Thread Stanislav Lukyanov
To specify a configuration parameter in the XML config you need to put the
names of the properties in the  tags, like this:
http://www.springframework.org/schema/beans";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xmlns:util="http://www.springframework.org/schema/util";
   xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/util
http://www.springframework.org/schema/util/spring-util.xsd";>







...



IgniteConfiguration class has a method
IgniteConfiguration.setSegmentationPolicy() - this means that you can use
 in the XML.

Once again, note that these settings have little effect in the Apache Ignite
without third-party extensions.

Stan



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Re: Segmentation policy configuration

2018-03-12 Thread Hemasundara Rao
Thank Stan for your quick response.

Actually I am looking for help on how to specify following details in xml
configuration file

1) SegmentationPolicy other that default value
2) SegmentCheckFrequency
3) SegmentationResolveAttempts
and other required setting in the configuration file.

Thanks and Regards,
Hemasundar.


On 8 March 2018 at 18:52, Stanislav Lukyanov  wrote:

> Hi,
>
>
>
> It’s IgniteConfiguration.segmentationPolicy property.
>
>
>
> However, note that Apache Ignite doesn’t provide standard mechanisms for
> network segmentation detection.
>
> By default, a node will only be moved to detected state when it is
> explicitly notified by coordinator that it had failed and was kicked out of
> the cluster.
>
> If you’re interested in commercial vendors that provide custom Ignite
> features, please see refer to this page https://cwiki.apache.org/
> confluence/display/IGNITE/Third+Party+Support+and+Employment.
>
>
>
> Thanks,
>
> Stan
>
>
>
> *From: *Hemasundara Rao 
> *Sent: *8 марта 2018 г. 13:46
> *To: *user@ignite.apache.org
> *Subject: *Segmentation policy configuration
>
>
>
> Hi,
>
>  Could you someone please help me in how to do "Segmentation policy" at
> configuration level?
>
>
>
> Regards,
>
> Hemasundar.
>
>
>
>
>
>
>



-- 
Hemasundara Rao Pottangi  | Senior Project Leader
[image: TCT-logo]
Travel Centric Technology
Phone: +91 99 48 077 054
Cell: +91 994 807 7054
Email: hemasundara@travelcentrictechnology.com
Website: www.travelcentrictechnology.com

[image: g+]

  [image: twitter]   [image: facebook]
  [image: linked-in]

--

DISCLAIMER: This email message and all attachments are confidential and may
contain information that is Privileged, Confidential or exempt from
disclosure under applicable law. If you are not the intended recipient, you
are notified that any dissemination, distribution or copying of this email
is strictly prohibited. If you have received this email in error, please
notify us immediately by return email to
supp...@travelcentrictechnology.com and
destroy the original message. Opinions, conclusions and other information
in this message that do not relate to the official business of Travel
Centric Technology, shall be understood to be neither given nor endorsed by
Travel Centric Technology Ltd.


RE: Segmentation policy configuration

2018-03-08 Thread Stanislav Lukyanov
Hi,

It’s IgniteConfiguration.segmentationPolicy property.

However, note that Apache Ignite doesn’t provide standard mechanisms for 
network segmentation detection.
By default, a node will only be moved to detected state when it is explicitly 
notified by coordinator that it had failed and was kicked out of the cluster.
If you’re interested in commercial vendors that provide custom Ignite features, 
please see refer to this page 
https://cwiki.apache.org/confluence/display/IGNITE/Third+Party+Support+and+Employment.

Thanks,
Stan

From: Hemasundara Rao
Sent: 8 марта 2018 г. 13:46
To: user@ignite.apache.org
Subject: Segmentation policy configuration

Hi, 
 Could you someone please help me in how to do "Segmentation policy" at 
configuration level?

Regards,
Hemasundar.