[ANNOUNCE] Welcome Ivan Bessonov as a new committer

2021-01-12 Thread Andrey Gura
Igniters, The Apache Ignite Project Management Committee (PMC) has invited Ivan Bessonov to become a new committer and are happy to announce that he has accepted. Ivan has a lot of contributions to the Apache Ignite project. He implemented Distributed Meta Storage feature which is one of key feat

Re: [ANNOUNCE] Welcome Ivan Bessonov as a new committer

2021-01-12 Thread Kseniya Romanova
Ivan, my congratulations! вт, 12 янв. 2021 г. в 13:32, Andrey Gura : > Igniters, > > The Apache Ignite Project Management Committee (PMC) has invited Ivan > Bessonov to become a new committer and are happy to announce that he > has accepted. > > Ivan has a lot of contributions to the Apache Ignit

[GitHub] [ignite-nodejs-thin-client] asfgit closed pull request #1: IGNITE-11032 Move to TypeScript

2021-01-12 Thread GitBox
asfgit closed pull request #1: URL: https://github.com/apache/ignite-nodejs-thin-client/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 abov

Re: [DISCUSSION] Apache Ignite Release 2.10 (time, scope, manager)

2021-01-12 Thread Maxim Muzafarov
Nikita, I've also prepared the docs [1][2]. Can you please check this small patch? [1] https://issues.apache.org/jira/browse/IGNITE-13968 [2] https://github.com/apache/ignite/pull/8642 On Mon, 11 Jan 2021 at 20:38, Никита Сафонов wrote: > > Hi everyone, > > I'm finally back and ready to contin

Re: [ANNOUNCE] Welcome Ivan Bessonov as a new committer

2021-01-12 Thread Ivan Pavlukhin
Ivan, congratulations! 2021-01-12 13:36 GMT+03:00, Kseniya Romanova : > Ivan, my congratulations! > > вт, 12 янв. 2021 г. в 13:32, Andrey Gura : > >> Igniters, >> >> The Apache Ignite Project Management Committee (PMC) has invited Ivan >> Bessonov to become a new committer and are happy to announc

[jira] [Created] (IGNITE-13980) Remove duplicated ping: status check message.

2021-01-12 Thread Vladimir Steshin (Jira)
Vladimir Steshin created IGNITE-13980: - Summary: Remove duplicated ping: status check message. Key: IGNITE-13980 URL: https://issues.apache.org/jira/browse/IGNITE-13980 Project: Ignite Is

Re: [ANNOUNCE] Welcome Ivan Bessonov as a new committer

2021-01-12 Thread Вячеслав Коптилин
Hello, My congratulations, Ivan! May the Force be with you! Thanks, S. вт, 12 янв. 2021 г. в 14:27, Ivan Pavlukhin : > Ivan, congratulations! > > 2021-01-12 13:36 GMT+03:00, Kseniya Romanova : > > Ivan, my congratulations! > > > > вт, 12 янв. 2021 г. в 13:32, Andrey Gura : > > > >> Igniters, >

Re: [ANNOUNCE] Welcome Ivan Bessonov as a new committer

2021-01-12 Thread ткаленко кирилл
Ivan, congratulations! 12.01.2021, 14:36, "Вячеслав Коптилин" : > Hello, > > My congratulations, Ivan! May the Force be with you! > > Thanks, > S. > > вт, 12 янв. 2021 г. в 14:27, Ivan Pavlukhin : > >>  Ivan, congratulations! >> >>  2021-01-12 13:36 GMT+03:00, Kseniya Romanova : >>  > Ivan, my co

[jira] [Created] (IGNITE-13981) Documentation: SQL tracing.

2021-01-12 Thread Mikhail Petrov (Jira)
Mikhail Petrov created IGNITE-13981: --- Summary: Documentation: SQL tracing. Key: IGNITE-13981 URL: https://issues.apache.org/jira/browse/IGNITE-13981 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-13982) Add documentation for new checkpoint, cluster and cache metrics

2021-01-12 Thread Amelchev Nikita (Jira)
Amelchev Nikita created IGNITE-13982: Summary: Add documentation for new checkpoint, cluster and cache metrics Key: IGNITE-13982 URL: https://issues.apache.org/jira/browse/IGNITE-13982 Project: Ig

[DISCUSS] IEP-65: .NET Examples Modernization

2021-01-12 Thread Pavel Tupitsyn
Igniters, Our .NET examples are in need of a refreshment. I've prepared an IEP [1], please let me know what you think. Thanks, Pavel [1] https://cwiki.apache.org/confluence/display/IGNITE/IEP-65%3A+.NET+Examples+Modernization

[DISCUSSION] .Net BinaryTypes transparency

2021-01-12 Thread Nikolay Izhikov
Hello, Igniters. Currently, in case of usage .Net platform client it’s required for the user to explicitly register each custom type. ``` _marsh = new Marshaller(new BinaryConfiguration { TypeConfigurations = new List { new BinaryTypeConfiguration(typeof (Address)), new B

Re: [DISCUSS] IEP-65: .NET Examples Modernization

2021-01-12 Thread Igor Sapego
Looks like a great improvement, +1 from me Best Regards, Igor On Tue, Jan 12, 2021 at 4:43 PM Pavel Tupitsyn wrote: > Igniters, > > Our .NET examples are in need of a refreshment. > I've prepared an IEP [1], please let me know what you think. > > Thanks, > Pavel > > > [1] > > https://cwiki.apa

Re: [ANNOUNCE] Welcome Ivan Bessonov as a new committer

2021-01-12 Thread Ivan Bessonov
Thank you all! It's funny that @WithSystemProperty is mentioned, but I'm glad that development became easier with it =) вт, 12 янв. 2021 г. в 15:12, ткаленко кирилл : > Ivan, congratulations! > > > 12.01.2021, 14:36, "Вячеслав Коптилин" : > > Hello, > > > > My congratulations, Ivan! May the Forc

Re: [DISCUSSION] Apache Ignite Release 2.10 (time, scope, manager)

2021-01-12 Thread Никита Сафонов
Hi Maxim, Sure, I'll check these ones too. Thanks, Nikita вт, 12 янв. 2021 г. в 14:14, Maxim Muzafarov : > Nikita, > > I've also prepared the docs [1][2]. > Can you please check this small patch? > > > [1] https://issues.apache.org/jira/browse/IGNITE-13968 > [2] https://github.com/apache/ignite

Re: [DISCUSSION] .Net BinaryTypes transparency

2021-01-12 Thread Pavel Tupitsyn
Nikolay, I think this behavior should be opt-in - let's add a flag to BinaryConfiguration. Registering every .NET type as a Java type can lead to typeId collisions and break existing user code, so we can't enable this by default. Ignite stores typeId -> className mappings separately for Java and

Re: [DISCUSS] IEP-65: .NET Examples Modernization

2021-01-12 Thread Guru Stron
Hi Pavel, Looks good to me one note though - .NET Core (especially 2.1) is becoming obsolete also (End of support for 2.1 is August 21, 2021 ) maybe we should focus more on later versions and/or add samples for different versions

Re: [DISCUSS] IEP-65: .NET Examples Modernization

2021-01-12 Thread Pavel Tupitsyn
Hi Sergey, Good point, but I don't think using a newer SDK is any better for the examples: * Oldest LTS fits the most users * We don't need anything from newer versions * Ignite uses .NET Core 2.x right now * Upgrading to .NET Core 3.1 or .NET 5 is a single line change anyway (update TargetFramewo

Re: [DISCUSSION] .Net BinaryTypes transparency

2021-01-12 Thread Igor Sapego
Agree with Pavel, this should be disabled by default. To me it looks pretty dangerous as users do not explicitly control what's going to be registered and it could lead to hard-to-debug mistakes when wrong classes get registered or with wrong names. Also it can be hard to use with classes that sho

Re: [DISCUSSION] .Net BinaryTypes transparency

2021-01-12 Thread Nikolay Izhikov
Hello, Igor, Pavel. Thanks for the feedback > Agree with Pavel, this should be disabled by default. Right now, Ignite, by default, forcing users to enlist every single value object they have in project in the config. Do you think it’s a right way to go? > To me it looks pretty dangerous as use

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

2021-01-12 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *New test failure in master GridTcpCommunicationInverseConnectionEstablishingTest.testUnreachableClientInStandAloneEnvironment https://ci.ignite.apache.org/project.html?projectId=Ign

Re: [ANNOUNCE] Welcome Ivan Bessonov as a new committer

2021-01-12 Thread Andrey Gura
> It's funny that @WithSystemProperty is mentioned Simple things can bring a lot of value :) On Tue, Jan 12, 2021 at 5:34 PM Ivan Bessonov wrote: > > Thank you all! > > It's funny that @WithSystemProperty is mentioned, but I'm glad that > development became easier with it =) > > вт, 12 янв. 2021

Re: Apache Ignite Extensions TeamCity project

2021-01-12 Thread Saikat Maitra
Hi Petr, Thank you for your response. I am not able to access the project due to error "You do not have enough permissions to access project with id IgniteExtensions_Tests" Can you please provide me access? My username is samaitra Regards, Saikat On Mon, Jan 11, 2021 at 2:55 AM Petr Ivanov wr

[ANNOUNCE] Apache Ignite 3.0.0-alpha1 Released

2021-01-12 Thread Valentin Kulichenko
The Apache Ignite Community is pleased to announce the release of Apache Ignite 3.0.0-alpha1. Apache Ignite [1] is a distributed database for in-memory speed and high-performance computing. Last year, the Ignite community initiated the "Ignite 3" project [2]. The goal of the project is to moderni

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

2021-01-12 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to finalize

Looking for feedback on the Ignite 3.0.0 Alpha

2021-01-12 Thread Valentin Kulichenko
Igniters, I'm excited to announce that the first alpha build of the Ignite 3 is out and available for download! Ignite 3 is the new project that was initiated by the Ignite community last year. Please refer to this page if you want to learn more: https://cwiki.apache.org/confluence/display/IGNITE

Re: [DISCUSSION] .Net BinaryTypes transparency

2021-01-12 Thread Pavel Tupitsyn
Nikolay, As I understand, you insist on changing the default behavior, is this correct? On Tue, Jan 12, 2021 at 9:51 PM Nikolay Izhikov wrote: > Hello, Igor, Pavel. > > Thanks for the feedback > > > Agree with Pavel, this should be disabled by default. > > Right now, Ignite, by default, forcin