Thin client: compute support

2019-11-20 Thread Alex Plehanov
Hello, Igniters! I have plans to start implementation of Compute interface for Ignite thin client and want to discuss features that should be implemented. We already have Compute implementation for binary-rest clients (GridClientCompute), which have the following functionality: - Filtering

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 >

Contribution to Apache Ignite

2019-11-20 Thread Sergey Chugunov
Hello Lev, My name is Sergey, I'm from Apache Ignite community. As I can see you successfully completed your first ticket but there are some review comments on your second one [1]. Do you need any assistance with resolving them? Also if you're interested in more challenging tasks, there are

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 --