[jira] [Created] (IGNITE-13746) Document partition-aware data loading

2020-11-23 Thread Pavel Tupitsyn (Jira)
Pavel Tupitsyn created IGNITE-13746: --- Summary: Document partition-aware data loading Key: IGNITE-13746 URL: https://issues.apache.org/jira/browse/IGNITE-13746 Project: Ignite Issue Type:

Re: [VOTE] Define Apache Ignite as a Distributed Database

2020-11-23 Thread Pavel Tupitsyn
+1 On Tue, Nov 24, 2020 at 3:25 AM Saikat Maitra wrote: > +1 > > On Mon, Nov 23, 2020 at 4:55 PM Valentin Kulichenko < > valentin.kuliche...@gmail.com> wrote: > > > +1 > > > > On Mon, Nov 23, 2020 at 2:44 PM Denis Magda wrote: > > > > > Igniters, > > > > > > With this vote, I'd like to

Re: IEP-54: Schema-first approach for 3.0

2020-11-23 Thread Andrey Mashenkov
Hi Igniters, I'd like to continue discussion of IEP-54 (Schema-first approach). Hope everyone who is interested had a chance to get familiar with the proposal [1]. Please, do not hesitate to ask questions and share your ideas. I've prepared a prototype of serializer [2] for the data layout

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

2020-11-23 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *New Critical Failure in master Thin client: Node.js https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_ThinClientNodeJs?branch=%3Cdefault%3E No changes in the build

[VOTE][EXTENSION] Release Apache Ignite Streaming extensions 1.0.0 RC1

2020-11-23 Thread Alexey Goncharuk
Dear Ignite Community, I have uploaded a release candidate of the following extension modules: ignite-camel-ext ignite-flink-ext ignite-flume-ext ignite-jms11-ext ignite-kafka-ext ignite-mqtt-ext ignite-pub-sub-ext ignite-rocketmq-ext ignite-storm-ext ignite-twitter-ext ignite-zeromq-ext The

Re: Hello [ New to apache ignite]

2020-11-23 Thread Denis Magda
Hello Amit, Welcome to the community! Glad to see you are ready to contribute to Ignite. Please check the "Code Contributions" and "Contributing to Ignite Core" sections on this page: https://ignite.apache.org/community/contribute.html We put and grouped together some tasks that you might be

Re: [VOTE][EXTENSION] Release Apache Ignite Streaming extensions 1.0.0 RC1

2020-11-23 Thread Denis Magda
+1 Alex, could you please update Maven artifactIds and versions on the documentation pages of the integrations? Commit to the master and cherry-pick to ignite-2.9-docs, and I'll publish the changes to the website. - Denis On Mon, Nov 23, 2020 at 10:52 AM Alexey Goncharuk wrote: > Dear Ignite

Re: [VOTE][EXTENSION] Release Apache Ignite Streaming extensions 1.0.0 RC1

2020-11-23 Thread Saikat Maitra
+1 Denis, Alex I have raised PR for the docs for Maven artifactIds and versions on the documentation pages of the integrations. PR : https://github.com/apache/ignite/pull/8488 Jira : https://issues.apache.org/jira/browse/IGNITE-12951 Please review and share if any further changes are

Re: [VOTE] Define Apache Ignite as a Distributed Database

2020-11-23 Thread Saikat Maitra
+1 On Mon, Nov 23, 2020 at 4:55 PM Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > +1 > > On Mon, Nov 23, 2020 at 2:44 PM Denis Magda wrote: > > > Igniters, > > > > With this vote, I'd like to formally wrap up our discussion on defining > > Ignite as a "distributed database"

Re: [VOTE] Define Apache Ignite as a Distributed Database

2020-11-23 Thread Valentin Kulichenko
+1 On Mon, Nov 23, 2020 at 2:44 PM Denis Magda wrote: > Igniters, > > With this vote, I'd like to formally wrap up our discussion on defining > Ignite as a "distributed database" instead of an "in-memory computing" > platform. See the following discussion for the rationale and context: > >

Re: IEP-54: Schema-first approach for 3.0

2020-11-23 Thread Denis Magda
Andrey, thanks for the update, Does any of the serializers take into consideration the native-image-generation feature of GraalVM? https://www.graalvm.org/reference-manual/native-image/ With the current binary marshaller, we can't even generate a native image for the code using our thin client

[GitHub] [ignite-3] vkulichenko opened a new pull request #1: test module

2020-11-23 Thread GitBox
vkulichenko opened a new pull request #1: URL: https://github.com/apache/ignite-3/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[VOTE] Define Apache Ignite as a Distributed Database

2020-11-23 Thread Denis Magda
Igniters, With this vote, I'd like to formally wrap up our discussion on defining Ignite as a "distributed database" instead of an "in-memory computing" platform. See the following discussion for the rationale and context:

[GitHub] [ignite-3] vkulichenko commented on pull request #1: test module

2020-11-23 Thread GitBox
vkulichenko commented on pull request #1: URL: https://github.com/apache/ignite-3/pull/1#issuecomment-732547333 Test PR, will close. This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [ignite-3] vkulichenko closed pull request #1: test module

2020-11-23 Thread GitBox
vkulichenko closed pull request #1: URL: https://github.com/apache/ignite-3/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [DISCUSS] Ignite 3.0 development approach

2020-11-23 Thread Valentin Kulichenko
Folks, I went ahead and created the repository [1]. I also configured a TeamCity project [2] that runs all available JUnit tests on every PR creation or update. It also sends the status update to GitHub so that it's reflected in the PR itself so that we can do merges directly from GitHub. Basic

Re[2]: [DISCUSS] Page replacement improvement

2020-11-23 Thread Zhenya Stanilovsky
Nikolay, i hope such case ignite users already observed) I suggest to: put data bigger then available, full scan, get data only for available inmem data in loop, check PageReplacement metric, how match iterations will bring to zero this metric.    >Hello, Alex. > >> Perhaps we can

[jira] [Created] (IGNITE-13743) Defragmentation JMX API for schedule/cancel/status

2020-11-23 Thread Ivan Bessonov (Jira)
Ivan Bessonov created IGNITE-13743: -- Summary: Defragmentation JMX API for schedule/cancel/status Key: IGNITE-13743 URL: https://issues.apache.org/jira/browse/IGNITE-13743 Project: Ignite

[jira] [Created] (IGNITE-13744) Use Table spool for IgniteNestedLoopJoin

2020-11-23 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13744: - Summary: Use Table spool for IgniteNestedLoopJoin Key: IGNITE-13744 URL: https://issues.apache.org/jira/browse/IGNITE-13744 Project: Ignite Issue Type:

Re: Hello [ New to apache ignite]

2020-11-23 Thread Ilya Kasnacheev
Hello! It seems that you were already assigned a Contributor role. Please try assigning tickets to yourself. Please read https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute https://cwiki.apache.org/confluence/display/IGNITE/Coding+Guidelines and familiarize yourself with

Re: IEP-61 Technical discussion

2020-11-23 Thread Alexey Goncharuk
Thanks, Ivan, Another protocol for group membership worth checking out is RAPID [1] (a recent one). Not sure though if there are any available implementations for it already. [1] https://www.usenix.org/system/files/conference/atc18/atc18-suresh.pdf пн, 23 нояб. 2020 г. в 10:46, Ivan Daschinsky

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

2020-11-23 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *New Critical Failure in master Thin client: Node.js https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_ThinClientNodeJs?branch=%3Cdefault%3E No changes in the build

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

2020-11-23 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *New Critical Failure in master Thin client: Node.js https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_ThinClientNodeJs?branch=%3Cdefault%3E No changes in the build

[jira] [Created] (IGNITE-13745) Add release notes for streaming extensions release 1.0.0

2020-11-23 Thread Alexey Goncharuk (Jira)
Alexey Goncharuk created IGNITE-13745: - Summary: Add release notes for streaming extensions release 1.0.0 Key: IGNITE-13745 URL: https://issues.apache.org/jira/browse/IGNITE-13745 Project: Ignite