Upcoming Ignite events in the US and India in February

2020-02-03 Thread Denis Magda
Ignite community members, If you live nearby Chicago, Boston, San Francisco or Bengaluru (India) area visit our upcoming meetups and conference talks in those cities: https://ignite.apache.org/events.html Some of the community members are planning webinars in February and they will be announced o

Re: Ignite Events

2018-10-12 Thread drosso
Hi Ivan, thank you so much for your explanation! In fact it was a bit tricky, but now I understand what's going on. I'm currently using Ignite 2.4. Bets regards Davide -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite Events

2018-10-11 Thread Павлухин Иван
Hi drosso, Luckily there is no mystery. By the way, what version of Ignite do you use? The clue to strange behavior here is topology change during your test execution. As I see, Putter node is a server data node as well, so it will hold some data partitions on it and consequently will receive som

Re: Ignite Events

2018-10-11 Thread drosso
Hi Ivan, thank you for your interest! here below you can find the code for the 2 sample programs: *** ServerNode.java ** package TestATServerMode; import javax.cache.Cache; import javax.cache.event.CacheEntryEvent; import javax.cache.event.CacheEntryUpdatedListener; import ja

Re: Ignite Events

2018-10-10 Thread Павлухин Иван
Hi drosso, Indeed looks strange. If you provide a reproducer I will take a look. ср, 10 окт. 2018 г. в 16:44, drosso : > Hi, > I've been playing with Ignite events for a couple of days but there's a > behavior of my sample programs that I really can't understand.

Ignite Events

2018-10-10 Thread drosso
Hi, I've been playing with Ignite events for a couple of days but there's a behavior of my sample programs that I really can't understand. I've prepared 2 sample programs: 1. a Putter program that "gets or creates" a simple cache "MyCache" with an Integer Ke

Re: Upcoming Apache Ignite events this month

2018-02-01 Thread Dmitriy Setrakyan
Great to see such a busy schedule! Ignite community is unstoppable :) D. On Thu, Feb 1, 2018 at 3:19 PM, Tom Diederich wrote: > Igniters, > > The following is a list of upcoming events in February. To view this list > from the Ignite events page, click here > <https:/

Upcoming Apache Ignite events this month

2018-02-01 Thread Tom Diederich
Igniters, The following is a list of upcoming events in February. To view this list from the Ignite events page, click here <https://ignite.apache.org/events.html>. Tokyo February 1: Meetup: Meet Apache Ignite In-Memory Computing Platform Join Roman Shtykh at the Tech it Easy-

Re: Ignite Events Remote Filter

2017-10-27 Thread Valentin Kulichenko
Alexey, Yes, seems to be the case. Unsubscription happens if *local listener* returns false not remote filter. -Val On Fri, Oct 27, 2017 at 3:12 AM, Alexey Kukushkin wrote: > Also, I ran our CacheEventsExample and I confirm the remote filter is NOT > unsubscribed when it returns false. So it l

Re: Ignite Events Remote Filter

2017-10-27 Thread rajivgandhi
Thank you Guys! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite Events Remote Filter

2017-10-27 Thread Alexey Kukushkin
Also, I ran our CacheEventsExample and I confirm the remote filter is NOT unsubscribed when it returns false. So it looks like a documentation bug only. On Fri, Oct 27, 2017 at 1:10 PM, Alexey Kukushkin wrote: > Hi, > > I think it is a documentation bug. I do not think remote listener will be >

Re: Ignite Events Remote Filter

2017-10-27 Thread Alexey Kukushkin
Hi, I think it is a documentation bug. I do not think remote listener will be unsubscribed if it returns false. Let's confirm with the developers community. *Ignite Developers*, We have this comment for the remoteListener argument of the IgniteEvents#remoteListen(...): rmtFilter - Filter callba

Ignite Events Remote Filter

2017-10-26 Thread rajivgandhi
Hi, We wish to listen to remote events with a remote filter and local listener: https://apacheignite.readme.io/docs/events#section-remote-events Our requirement is to entertain only those events on local listener which are allowed by remote filter. This is the API we are trying to use: https://ign

Re: Ignite events related server nodes

2017-10-18 Thread Razmik Mkrtchyan
Thank you very much. On Oct 19, 2017 00:33, "vkulichenko" wrote: > You should use disconnect/reconnect events in this case, as described in > provided doc. They are designed exactly for you scenario. > > -Val > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >

Re: Ignite events related server nodes

2017-10-18 Thread vkulichenko
You should use disconnect/reconnect events in this case, as described in provided doc. They are designed exactly for you scenario. -Val -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite events related server nodes

2017-10-18 Thread daniels
Hi, Thank you for answer. e.g. I have 2 server nodes(scaled same node) and 4 clients. I am scaling server node to 0 . Now I have 0 server 4 clients. Now I am again scailing to 1 or 2. And when first server node is connecting I want to do some refreshes in my code (where my client node is located )

Re: Ignite events related server nodes

2017-10-18 Thread vkulichenko
Discovery events are essential, so they are always enabled, regardless of configuration. As for "last disconnection, or first connection", can you please clarify what you mean by this? What's the use case behind this? Also take a look at this page about client reconnection: https://apacheignite.r

Ignite events related server nodes

2017-10-18 Thread daniels
Hi everybody, I want to listen first server node connection , or last server node disconnection,for doing some actions. I wrote the following code ingite.events().localListen(event -> { if(!((DiscoveryEvent) event).eventNode().isClient()){

Upcoming Apache Ignite Events

2017-07-13 Thread Denis Magda
Folks, Check up our the news page [1]! We’re approaching cool meetups and webinars to be conducted by our community members. Take an action - sign up and attend! And if you have anything to share the world about Ignite reach me out ;) * Webinar: Distributed ACID Transactions in Apache Ignite by

Upcoming Apache Ignite Events

2017-05-03 Thread Denis Magda
Igniters, Let me share with you a list of upcoming Apache Ignite events. Don’t hesitate and join, especially, if you live not that far. * Webinar, May 10th, Apache Ignite and Apache Spark for IoT: https://www.gridgain.com/company/news/events/gridgain-webinar-apacher-ignitetm-real-time

Re: Ignite Events overhead

2016-01-12 Thread Denis Magda
1.5.0.final/javadoc/org/apache/ignite/spi/eventstorage/EventStorageSpi.html -- Denis -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-Events-overhead-tp2511.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Ignite Events overhead

2016-01-11 Thread pavlinсм
re enabled will there be additional network traffic between nodes ? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-Events-overhead-tp2511.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.