Re: ignitevisorcmd.sh does not connect to grid

2020-03-30 Thread Nikolay Izhikov
Hello, Ali. Looks like this is known issue and it was fixed by [1] Nikolay, can you confirm it? [1] https://github.com/apache/ignite/commit/d0bae90bce33dbed8b9f3cd52663ce5efa545d97 > 28 марта 2020 г., в 12:30, ali hassan написал(а): > > Hi, > I failed to connect ignitevisorcmd.sh to my grid.

Re: Apache Ignite 2.8.0 spring services configuration null fields

2020-03-30 Thread myset
Thank you for answer Nikolay, I receive various null pointer exceptions @ runtime on TestServiceImpl for all fields extended from Test class My class TestServiceImpl class is defined by the following pice of code /public class TestServiceImpl extends Test implements Service, TestService/ Test - c

Re: Apache Ignite 2.8.0 spring services configuration null fields

2020-03-30 Thread Nikolay Izhikov
Hello. Sill lack of information. Please, send stack trace and piece of code that produce the error. > 30 марта 2020 г., в 18:33, myset написал(а): > > Thank you for answer Nikolay, > I receive various null pointer exceptions @ runtime on TestServiceImpl for > all fields extended from Test clas

Re: Data vanished from cluster after INACTIVE/ACTIVE switch

2020-03-30 Thread Ivan Rakov
Vladimir, @param forceDeactivation If {@code true}, cluster deactivation will be > forced. It's true that it's possible to infer semantics of forced deactivation from other parts of API. I just wanted to highlight that exactly this description explains something that can be guessed by the paramet

JSR 381 (Visual Recognition in Java) and Apache Ignite

2020-03-30 Thread Vladimir Ozerov
Hi Alexey, Igniters, Let me introduce you Heather, Zoran, and Frank. Heather is the Chair of the JCP. Zoran and Frank are JSR 381 spec leads. They are interested in discussing the upcoming visual recognition specification with the Apache Ignite community, to understand whether the community has an

Re: ignitevisorcmd.sh does not connect to grid

2020-03-30 Thread Nikolai Kulagin
Ali, yes, this problem has been fixed. пн, 30 мар. 2020 г. в 11:44, Nikolay Izhikov : > Hello, Ali. > > Looks like this is known issue and it was fixed by [1] > > Nikolay, can you confirm it? > > [1] > https://github.com/apache/ignite/commit/d0bae90bce33dbed8b9f3cd52663ce5efa545d97 > > > 28 марта

Re: Apache Ignite 2.8.0 spring services configuration null fields

2020-03-30 Thread myset
Please see the code bellow: *Ignite service definition ... ... *TestService interface* *Test class* *TestServiceImpl class* *Exceptions @ runtime with ignite 2.8.0* Thank you -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Re: Apache Ignite 2.8.0 spring services configuration null fields

2020-03-30 Thread Nikolay Izhikov
Hello. Sorry, I can’t see any code. Can you create a gist and sent us link to it? > 30 марта 2020 г., в 20:19, myset написал(а): > > Please see the code bellow: > > *Ignite service definition > ... > > ... > *TestService interface* > > > *Test class* > > > *TestServiceImpl class* > > >

Re: Apache Ignite 2.8.0 spring services configuration null fields

2020-03-30 Thread myset
Stripped ... Please check the gist with code snippets https://gist.github.com/myset/696461e135d9c8a32588ff2a534d7eb8 Thank you Nikolay -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Re: Unclear to use methods in the DiscoverySpiCustomMessage interface

2020-03-30 Thread Nikita Amelchev
Hi, Igniters. Could someone review my changes, please? [1] [2] I have removed the method from the internal interface (DiscoveryCustomMessage) and marked deprecated in the public interface (DiscoverySpiCustomMessage). [1] https://issues.apache.org/jira/browse/IGNITE-12400 [2] https://github.com/a

[jira] [Created] (IGNITE-12845) GridNioServer can infinitely lose some events

2020-03-30 Thread Aleksey Plekhanov (Jira)
Aleksey Plekhanov created IGNITE-12845: -- Summary: GridNioServer can infinitely lose some events Key: IGNITE-12845 URL: https://issues.apache.org/jira/browse/IGNITE-12845 Project: Ignite

Re: Thin client: compute support

2020-03-30 Thread Alex Plehanov
Guys, I've finished IEP implementation for server-side and java thin client side (ticket: [1], PR: [2]). Can you please review the patch? [1]: https://issues.apache.org/jira/browse/IGNITE-12835 [2]: https://github.com/apache/ignite/pull/7572 пт, 27 мар. 2020 г. в 19:11, Pavel Tupitsyn : > Agree