Re: Regarding EVT_NODE_SEGMENTED event

2020-04-29 Thread VeenaMithare
Thanks Ilya, 

Let me try.

regards
Veena.



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


Re: Regarding EVT_NODE_SEGMENTED event

2020-04-24 Thread Ilya Kasnacheev
Hello!

You can probably set clientReconnectDisabled to 'true' to generate this
event on client.

Regards,
-- 
Ilya Kasnacheev


вт, 21 апр. 2020 г. в 13:35, VeenaMithare :

> Thanks Monal,
>
> What is the best way to generate a EVT_NODE_SEGMENTED event on the client
> side for testing the event handler ? ( I am able to generate this on server
> side. )
>
> regards,
> Veena.
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>


Re: Regarding EVT_NODE_SEGMENTED event

2020-04-21 Thread VeenaMithare
Thanks Monal,

What is the best way to generate a EVT_NODE_SEGMENTED event on the client
side for testing the event handler ? ( I am able to generate this on server
side. )

regards,
Veena.



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


Re: Regarding EVT_NODE_SEGMENTED event

2020-04-20 Thread monalsinha
suppose I have 5 node cluster. due to network issue n1 n2 n3 are able to
communicate among itself, n4 and n5 between themselves. Now I have 2 cluster
or split brain where they unaware. which cluster is valid segment? we need
segment processor and resolver to find validSegment(). this issue could
occur across datacenter or various other scenario.



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


Re: Regarding EVT_NODE_SEGMENTED event

2020-04-20 Thread VeenaMithare
>>It will help you when you have actual network issues and you 2 nodes are
not
able to communicate for some time, then Segment processor and resolver will
help you* generate this event*.

I guess even for network issues, when the node is marked as failed by the
other nodes and it tries to join back into the cluster - the node is marked
as segmented and this event is anyways generated . 



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


Re: Regarding EVT_NODE_SEGMENTED event

2020-04-20 Thread monalsinha
I am sorry.
Segment processor and resolver *not* help you there.

It will help you when you have actual network issues and you 2 nodes are not
able to communicate for some time, then Segment processor and resolver will
help you* generate this event*.

increasing failure detection timeout ad removing long GC pause, is the way
forward for long GC pause.




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


Re: Regarding EVT_NODE_SEGMENTED event

2020-04-20 Thread VeenaMithare
Thanks for the reply Monal,
>>Segment processor and resolver help you there.

They help in what way ? The event generation itself doesn't need it . 



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


Re: Regarding EVT_NODE_SEGMENTED event

2020-04-20 Thread monalsinha
EVT_NODE_SEGMENTED event can be generated even if you have long GC pause.
Segment processor and resolver help you there.



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


Re: Regarding EVT_NODE_SEGMENTED event

2020-04-20 Thread VeenaMithare
I guess we always do receive a EVT_NODE_SEGMENTED event ( if we configure to
receive it )
If we anyway receive EVT_NODE_SEGMENTED whenever the node gets segmented, (
i.e. whenever it tries to rejoin after the failureDetectionTimeout ), what
is the use of the resolver checks ? 



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