Re: Apache Ignite 2.9.0 RELEASE [Time, Scope, Manager]

2020-06-25 Thread Alex Plehanov
Denis, Yes, I still ready to manage it. Today I will prepare a release page on wiki and will try to go over tickets list. Also, I have plans to cut the branch by the end of next week if there are no objections. пт, 26 июн. 2020 г. в 03:48, Denis Magda : > Igniters, > > Are we moving forward

Re: Moving Ignite documentation to github

2020-06-25 Thread Guru Stron
+1 for migrating docs to github. It will allow an easier contribution for docs, I think. As a nice feature - adding an edit link (submit PR for docs) to the document page on site. As for keeping them separate - Microsoft keeps docs for it's products in separate repos, for example. On Thu, 25 Jun

Re: Apache Ignite 2.9.0 RELEASE [Time, Scope, Manager]

2020-06-25 Thread Denis Magda
Igniters, Are we moving forward with this release? Alex Plehanov, are you still ready to manage it? It seems like everyone agreed with the timeline you proposed in the very beginning. - Denis On Tue, Jun 16, 2020 at 8:52 AM Denis Magda wrote: > Sergey, Ivan, > > Could you please check the

Re: Amazon AMI not available in a specific region

2020-06-25 Thread Petr Ivanov
Dmitriy, can you help? > On 25 Jun 2020, at 09:43, Petr Ivanov wrote: > > AMI is not being update with release — it uses Docker inside that receive > VERSION as parameters and pulls corresponding image from Docker Hub. > > Concerning image itself, I will try to search which account owns it.

Re: MTCGA spam about BinaryConfigurationTest in .NET Core suite

2020-06-25 Thread Ivan Daschinsky
Pavel, yes, I know and this was my argument for this approach. I will create fix for both platform asap. чт, 25 июн. 2020 г. в 17:13, Pavel Tupitsyn : > I think such a fix is fine, this is only for tests. > We actually have a similar thing in .NET to skip rest-http [1] > > [1] > >

Re: MTCGA spam about BinaryConfigurationTest in .NET Core suite

2020-06-25 Thread Pavel Tupitsyn
I think such a fix is fine, this is only for tests. We actually have a similar thing in .NET to skip rest-http [1] [1] https://github.com/apache/ignite/blob/master/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Common/Classpath.cs#L136 On Thu, Jun 25, 2020 at 5:10 PM Ivan Daschinsky wrote:

Re: MTCGA spam about BinaryConfigurationTest in .NET Core suite

2020-06-25 Thread Ivan Daschinsky
I think that just add an array of ignored modules for test platform classpath is absolutely ok fix. But I have a discussion with Igor Sapego and he thinks that this fix is a little bit crutchy. чт, 25 июн. 2020 г. в 17:06, Ivan Daschinsky : > Actually, We have 3 (sic!) versions of spring data

Re: MTCGA spam about BinaryConfigurationTest in .NET Core suite

2020-06-25 Thread Ivan Daschinsky
Actually, We have 3 (sic!) versions of spring data (1x, 2.0 and 2.2) and all of them are correct. But any versions of spring-data is not needed for platforms test. чт, 25 июн. 2020 г. в 16:50, Pavel Tupitsyn : > Ivan, thank you so much for getting to the bottom of this issue! > > Why do we have

Re: MTCGA spam about BinaryConfigurationTest in .NET Core suite

2020-06-25 Thread Pavel Tupitsyn
Ivan, thank you so much for getting to the bottom of this issue! Why do we have two versions of spring-data, and which one is correct? On Thu, Jun 25, 2020 at 4:34 PM Ivan Daschinsky wrote: > The main reason of failure is jar-hell. When .NET or C++ tests are started, > if

Re: MTCGA spam about BinaryConfigurationTest in .NET Core suite

2020-06-25 Thread Ivan Daschinsky
The main reason of failure is jar-hell. When .NET or C++ tests are started, if IGNITE_NATIVE_TEST_CLASSPATH is set to true, source directory is iterated and files libs, target/classes etc. are added to classpath. But neither readdir(), FindNextFileA() or Directory.EnumerateDirectories() do

[jira] [Created] (IGNITE-13187) Jar hell in classpath leads to failed tests in C++ and .NET suites

2020-06-25 Thread Ivan Daschinskiy (Jira)
Ivan Daschinskiy created IGNITE-13187: - Summary: Jar hell in classpath leads to failed tests in C++ and .NET suites Key: IGNITE-13187 URL: https://issues.apache.org/jira/browse/IGNITE-13187

[jira] [Created] (IGNITE-13186) Commands for control.sh to manage properties at the distributed metastore

2020-06-25 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13186: - Summary: Commands for control.sh to manage properties at the distributed metastore Key: IGNITE-13186 URL: https://issues.apache.org/jira/browse/IGNITE-13186

Re: Moving Ignite documentation to github

2020-06-25 Thread Artem Budnikov
OK, let's give it a try. The way I see it, the documentation source files will be located in the "/docs" folder, including UI templates/styles, asciidoc files, and build scripts. I'll start experimenting with this and will let you know when basic setup is ready. -Artem On 23.06.2020 20:19,

[jira] [Created] (IGNITE-13185) API to change Cluster Tag and notify about change of Cluster Tag

2020-06-25 Thread Sergey Chugunov (Jira)
Sergey Chugunov created IGNITE-13185: Summary: API to change Cluster Tag and notify about change of Cluster Tag Key: IGNITE-13185 URL: https://issues.apache.org/jira/browse/IGNITE-13185 Project:

[jira] [Created] (IGNITE-13184) ALTER USER SET PASSWORD is valid syntax but does not find user

2020-06-25 Thread Ilya Kasnacheev (Jira)
Ilya Kasnacheev created IGNITE-13184: Summary: ALTER USER SET PASSWORD is valid syntax but does not find user Key: IGNITE-13184 URL: https://issues.apache.org/jira/browse/IGNITE-13184 Project:

Re: Ignite authenticationEnabled queries

2020-06-25 Thread Ilya Kasnacheev
Hello! I have filed a ticket about this mismatch: https://issues.apache.org/jira/browse/IGNITE-13184 Regards, -- Ilya Kasnacheev чт, 25 июн. 2020 г. в 13:48, Ilya Kasnacheev : > Hello! > > I'm sorry for earlier advice, the correct syntax is: > ALTER USER "ignite" WITH PASSWORD 'abcdefg' ; >

Re: Can't build project/run java tests in Intellij IDEA.

2020-06-25 Thread Ilya Kasnacheev
Hello! Practically, you can use either Java 8 or Java 11 for development. To build the artifact, Java 8 was required (maybe that requirement was relaxed). I'm not sure why java-9+ profile will turn on by itself. This is unexpected. Regards, -- Ilya Kasnacheev пн, 22 июн. 2020 г. в 12:05,

[jira] [Created] (IGNITE-13183) Query timeout redesign

2020-06-25 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13183: - Summary: Query timeout redesign Key: IGNITE-13183 URL: https://issues.apache.org/jira/browse/IGNITE-13183 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-13182) Document Cluster ID and Tag feature

2020-06-25 Thread Sergey Chugunov (Jira)
Sergey Chugunov created IGNITE-13182: Summary: Document Cluster ID and Tag feature Key: IGNITE-13182 URL: https://issues.apache.org/jira/browse/IGNITE-13182 Project: Ignite Issue Type:

Re: MTCGA spam about BinaryConfigurationTest in .NET Core suite

2020-06-25 Thread Ivan Daschinsky
Hi igniters! I found that .NET Core suite and C++ suites fails on two agents -- aitc-lin01_04 and aitc-lin11_02. So I think the best solution is to exclude these agents as requirement for these suites and debug problems on these agents separately вт, 23 июн. 2020 г. в 09:33, Ivan Daschinsky :

Re: Amazon AMI not available in a specific region

2020-06-25 Thread Petr Ivanov
AMI is not being update with release — it uses Docker inside that receive VERSION as parameters and pulls corresponding image from Docker Hub. Concerning image itself, I will try to search which account owns it. > On 24 Jun 2020, at 18:31, Denis Magda wrote: > > Ignite dev community, > >