A new feedback has been added : 7

2021-09-10 Thread Bugyard
A new feedback has been added, go to bugyard.io to see all the details... https://bugyard.io A new feedback has been added "Link to GitHub python example doesn't work."   by mayankasthana1993 View feedback https://app.bugyard.io/web/app/rycqZJDyY/f/613bd26c6f832300148dcc59

Re: [Announcement] Apache Ignite 2.11 Code Freeze started

2021-09-10 Thread Maxim Muzafarov
Folks, The branch ignite-2.11 [1] is ready to be released. I've prepared benchmarks (2.10 vs 2.11) [2]. It seems to me that everything is ok. I'll prepare the RC shortly. [1] https://github.com/apache/ignite/tree/ignite-2.11 [2]

Re: [ANNOUNCE] New PMC member: Kseniya Romanova

2021-09-10 Thread Kseniya Romanova
Thank you! That's an honor for me and a challenge. Stay tuned for the challenge part :) пт, 10 сент. 2021 г. в 18:22, Mirza Aliev : > My congratulations, Kseniya! > > Best Regards, > Mirza Aliev > > пт, 10 сент. 2021 г. в 18:03, Denis Magda : > > > Congrats, Kseniya! Well deserved. > > > > Btw,

[VOTE] Release pyignite 0.5.2-rc0

2021-09-10 Thread Ivan Daschinsky
Dear Igniters! Release candidate binaries for subj are uploaded and ready for vote You can find them here: https://dist.apache.org/repos/dist/dev/ignite/pyignite/0.5.2-rc0 If you follow the link above, you will find source packages (*.tar.gz and *.zip) and binary packages (wheels) for windows

Re: [ANNOUNCE] New PMC member: Kseniya Romanova

2021-09-10 Thread Mirza Aliev
My congratulations, Kseniya! Best Regards, Mirza Aliev пт, 10 сент. 2021 г. в 18:03, Denis Magda : > Congrats, Kseniya! Well deserved. > > Btw, Dmitry, soon Kseniya is going to introduce/propose a system/service > that we can use within our community to recognize non-code contributions. > Stay

Re: [ANNOUNCE] New PMC member: Kseniya Romanova

2021-09-10 Thread Denis Magda
Congrats, Kseniya! Well deserved. Btw, Dmitry, soon Kseniya is going to introduce/propose a system/service that we can use within our community to recognize non-code contributions. Stay tuned ;) - Denis On Fri, Sep 10, 2021 at 10:48 AM Dmitry Pavlov wrote: > Hello Ignite community, > > The

[ANNOUNCE] New PMC member: Kseniya Romanova

2021-09-10 Thread Dmitry Pavlov
Hello Ignite community, The Project Management Committee (PMC) for Apache Ignite has invited Kseniya Romanova to become a member of the PMC (and committer automatically) and we are pleased to announce that she has accepted. Kseniya did a fantastic work to make Ignite Summit possible, and the

Re: Replace Map with List and Iterable in KeyValueView Ignite 3 APIs

2021-09-10 Thread Pavel Tupitsyn
Igor, good point about "pluggable" collections, and Java has Collector interface for streams. Instead of replacing Maps with something, we can add overloads for advanced usage: putAll(Iterable) R getAll(Collector) On Fri, Sep 10, 2021 at 3:07 PM Igor Sapego wrote: > I actually agree with

Re: Release of pyignite 0.5.2 proposal

2021-09-10 Thread Ivan Daschinsky
Well, I will start new voting thread soon Branch is ready, tag of rc0 is created [1], artifacts are ready [2] [1] -- https://github.com/apache/ignite-python-thin-client/releases/tag/0.5.2.rc0 [2] -- https://dist.apache.org/repos/dist/dev/ignite/pyignite/0.5.2-rc0/ пт, 10 сент. 2021 г. в 14:55,

Re: Tuple equality in Ignite 3.x

2021-09-10 Thread Igor Sapego
Sounds very reasonable to me. +1 Though the default comparator should be implemented very carefully as we had issues with comparison of binary objects in 2.x Best Regards, Igor On Thu, Sep 9, 2021 at 4:04 PM Pavel Tupitsyn wrote: > Igniters, > > Tuple in Ignite 3.x is a replacement for

Re: KAFKA-IGNITE connector issues

2021-09-10 Thread Ilya Kasnacheev
Hello! Please write to u...@ignite.apache.org about this, since this list is dedicated to the discussion of development (and not usage) of Apache Ignite. Regards, -- Ilya Kasnacheev пт, 10 сент. 2021 г. в 13:34, shanshan Cheng : > Hello, > > I am an ignite user, recently I am connecting

Re: Replace Map with List and Iterable in KeyValueView Ignite 3 APIs

2021-09-10 Thread Igor Sapego
I actually agree with Pavel, at least at putAll() part. We require a Map from user when we do not really need a Map in this method. What we really need here is an iterable collection of pairs. Can not see why user can not pass for example an array here. Now, when we talk about getAll() method

Re: Release of pyignite 0.5.2 proposal

2021-09-10 Thread Igor Sapego
+1 Best Regards, Igor On Thu, Sep 9, 2021 at 8:33 PM Maxim Muzafarov wrote: > +1 > > On Thu, 9 Sept 2021 at 14:08, Nikolay Izhikov wrote: > > > > +1 to release ASAP. > > > > > 9 сент. 2021 г., в 13:43, Ivan Daschinsky > написал(а): > > > > > > TC build of release branch -- > > > >

KAFKA-IGNITE connector issues

2021-09-10 Thread shanshan Cheng
Hello, I am an ignite user, recently I am connecting ignite and kafka in distributed mode. The tests I did so far are: 1. Initialize the sink connector and then connect kafka and ignite. It worked. 2. Initialize the source connector and connect kafka and ignite. It worked. 3. Initialize the

Re: Replace Map with List and Iterable in KeyValueView Ignite 3 APIs

2021-09-10 Thread Pavel Tupitsyn
Val, Alexei - thanks for your replies. Let's keep the Map approach then. Regarding tuple equality - there is another thread [1], please have a look. https://lists.apache.org/thread.html/r9ed68cd515bffab6df821bbeccb8e44d0e5536000e5e7dd05bd87017%40%3Cdev.ignite.apache.org%3E On Thu, Sep 9, 2021