About CONTINUOUS_QUERIES system view

2021-05-31 Thread Ilya Kazakov
Hi, igniters. I want to discuss the topic of CONTINUOUS_QUERIES (CQ) system view. According to the common design, our system views are node-local and display the information contained on the node. CQ system view has LOCAL_LISTENER and LOCAL_TRANSFORMED_LISTENER fields. But these fields are not nu

Re: IEP-68: Thin Client Data Streamer

2021-05-31 Thread Pavel Tupitsyn
Changes are ready for review: https://issues.apache.org/jira/browse/IGNITE-14187 https://github.com/apache/ignite/pull/8847 On Tue, May 18, 2021 at 12:03 PM Igor Sapego wrote: > Pavel, > > +1 from me for a stateless approach. We could definitely invent something > here to make a stateful approa

Re: [MTCGA]: new failures in builds [6024739] needs to be handled

2021-05-31 Thread Pavel Tupitsyn
Fixed https://issues.apache.org/jira/browse/IGNITE-14804 On Fri, May 28, 2021 at 5:07 PM Pavel Tupitsyn wrote: > Ivan, yes, I'll deal with this next week. > > On Fri, May 28, 2021 at 12:28 PM Ivan Daschinsky > wrote: > >> Hi, Pavel, could you please look at this [1]? It seems after updating >>

Re: Issue building Ignite 2.10 branch

2021-05-31 Thread Raymond Wilson
Thanks Ivan, that did the trick :) On Wed, May 12, 2021 at 8:55 PM Ivan Pavlukhin wrote: > Hi Raymond, > > Following comes to my mind as a workaround. If you need to build only > kubernetes module you can specify it directly with mvn command > arguments. > > mvn clean install -Pall-java,all-scal