Re: Joining node validation failure event.

2019-12-09 Thread Ivan Pavlukhin
gt;>>>>>> it seems that you can use > >>>>>>>>>>>> PluginProvider#validateNewNode(org.apache.ignite.cluster.ClusterNode, > >>>>>>>>>>>> java.io.Serializable) method. Does it fit for your needs? > >>>>>>>

Re: Joining node validation failure event.

2019-12-04 Thread Mikhail Petrov
discussion was moved in private channel. The problem I'm trying to solve is described below in the thread. The security plugin in my case stores and analyzesinfo about a node that failed to join. Regards, Mikhail. ---- Forwarded Message ---- Subject:Re: Joining node validatio

Re: Joining node validation failure event.

2019-12-04 Thread Ivan Pavlukhin
to no decision yet. As I mentioned above > >>>>>>>>>>> this > >>>>>>>>>>> event is disabled by default and no node will receive this event > >>>>>>>>>>> without > >>>>>>

Re: Joining node validation failure event.

2019-12-04 Thread Mikhail Petrov
lve is described below in the thread. The security plugin in my case stores and analyzesinfo about a node that failed to join. Regards, Mikhail. ---- Forwarded Message ---- Subject:Re: Joining node validation failure event. Date: Thu, 21 Nov 2019 21:43:33 +0300 From: Mikha

Re: Joining node validation failure event.

2019-12-03 Thread Ivan Pavlukhin
;>>>>> publishing a new event too. But I'm concerned about the acceptance > >>>>>>>>> of > >>>>>>>>> that solution. Maybe it can be solved some other way? I will > >>>>>>>>> apprecia

Re: Joining node validation failure event.

2019-12-03 Thread Mikhail Petrov
zesinfo about a node that failed to join. Regards, Mikhail. Forwarded Message ---- Subject: Re: Joining node validation failure event. Date: Thu, 21 Nov 2019 21:43:33 +0300 From: Mikhail Petrov To: Andrey Gura Hi, Andrey. In my task security plugin running on

Re: Joining node validation failure event.

2019-12-03 Thread Николай Ижиков
ache/ignite/pull/7057 >>>>>>>> >>>>>>>> >>>>>>>> Regards, >>>>>>>> >>>>>>>> Mikhail. >>>>>>>> >>>>>>>> On 02.12.2019 10:38, Ivan Pavlukhin wrote: >

Re: Joining node validation failure event.

2019-12-03 Thread Ivan Pavlukhin
gt; Regards, > >>>>>> > >>>>>> Mikhail. > >>>>>> > >>>>>> On 02.12.2019 10:38, Ivan Pavlukhin wrote: > >>>>>>> Mikhail, Andrey, > >>>>>>> > >>>>>>&

Re: Joining node validation failure event.

2019-12-03 Thread Николай Ижиков
cision here? As for me, it sounds useful >>>>>>> to expose node join failure details somehow. The thing to decide on is >>>>>>> a mechanism to expose it. Unfortunately, immediately have no idea >>>>>>> better than using events. >>>>

Re: Joining node validation failure event.

2019-12-03 Thread Ivan Pavlukhin
e on is > >>>>> a mechanism to expose it. Unfortunately, immediately have no idea > >>>>> better than using events. > >>>>> > >>>>>> What is purpose of the special cluster wide event? Node is not joined > >&

Re: Joining node validation failure event.

2019-12-02 Thread Mikhail Petrov
olve is described below in the thread. The security plugin in my case stores and analyzesinfo about a node that failed to join. Regards, Mikhail. Forwarded Message ---- Subject: Re: Joining node validation failure event. Date: Thu, 21 Nov 2019 21:43:33 +0300 From: Mikha

Re: Joining node validation failure event.

2019-12-02 Thread Ivan Pavlukhin
nodes should know something about this > >>>> node? > >>> Was this question answered? I suppose that at least coordinator will > >>> receive the event, will not it? > >>> > >>> чт, 28 нояб. 2019 г. в 10:10, Mikhail Petrov : > >&g

Re: Joining node validation failure event.

2019-12-02 Thread Mikhail Petrov
the thread. The security plugin in my case stores and analyzesinfo about a node that failed to join. Regards, Mikhail. Forwarded Message Subject:Re: Joining node validation failure event. Date: Thu, 21 Nov 2019 21:43:33 +0300 From: Mikhail Petrov To: Andrey Gu

Re: Joining node validation failure event.

2019-12-02 Thread Andrey Gura
. > >> > >> I'm sorry that the discussion was moved in private channel. The problem > >> I'm trying to solve is described below in the thread. The security > >> plugin in my case stores and analyzesinfo about a node that failed to join. > >> > &

Re: Joining node validation failure event.

2019-12-02 Thread Mikhail Petrov
gards, Mikhail. Forwarded Message Subject: Re: Joining node validation failure event. Date: Thu, 21 Nov 2019 21:43:33 +0300 From: Mikhail Petrov To: Andrey Gura Hi, Andrey. In my task security plugin running on the coordinator must locally handle the situation when some no

Re: Re: Joining node validation failure event.

2019-12-01 Thread Ivan Pavlukhin
-- Forwarded Message > Subject:Re: Joining node validation failure event. > Date: Thu, 21 Nov 2019 21:43:33 +0300 > From: Mikhail Petrov > To: Andrey Gura > > > > Hi, Andrey. > > In my task security plugin running on the coordinator must l

Fwd: Re: Joining node validation failure event.

2019-11-27 Thread Mikhail Petrov
-- Subject: Re: Joining node validation failure event. Date: Thu, 21 Nov 2019 21:43:33 +0300 From: Mikhail Petrov To: Andrey Gura Hi, Andrey. In my task security plugin running on the coordinator must locally handle the situation when some node is trying to join the topology

Re: Joining node validation failure event.

2019-11-27 Thread Ivan Pavlukhin
Hi Mikhail, Interesting topic. Could you please shed some light how a node validation failure can be handled? Immediately cannot imagine how one can handle it. чт, 21 нояб. 2019 г. в 14:17, Mikhail Petrov : > > Hi, Andrey. > > I take part in the development of a custom security plugin for Apache

Re: Joining node validation failure event.

2019-11-21 Thread Mikhail Petrov
Hi, Andrey. I take part in the development of a custom security plugin for Apache Ignite. There is an information security requirement for which node joining failures due to invalid configuration must be handled by the plugin. This is where my case comes from. Are there any objections to the

Re: Joining node validation failure event.

2019-11-20 Thread Andrey Gura
Hi, Mikhail! Could you please describe the case for this new event? On Wed, Nov 20, 2019 at 12:45 PM Mikhail Petrov wrote: > > Hello, Igniters. > > There is a case which requires to handle joining node validation failure > in Ignite components and obtain information of the node that tried to > j

Joining node validation failure event.

2019-11-20 Thread Mikhail Petrov
Hello, Igniters. There is a case which requires to handle joining node validation failure in Ignite components and obtain information of the node that tried to join and the reason for the failure. Now, as I see, there is no way to do it. I propose to implement a new event -- NodeValidationFail