[jira] [Created] (IGNITE-11427) Document custom node fail functional.

2019-02-26 Thread Stanilovsky Evgeny (JIRA)
Stanilovsky Evgeny created IGNITE-11427: --- Summary: Document custom node fail functional. Key: IGNITE-11427 URL: https://issues.apache.org/jira/browse/IGNITE-11427 Project: Ignite Issue

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

2019-02-26 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

Re: On Multiple Endpoints Mode of JDBC Driver

2019-02-26 Thread Denis Magda
Hello, You provide a list of IP addresses for the sake of high-availability - if one of the servers goes down then the client will reconnect to the next IP automatically. There is no any load balancing in place presently. But! In the next Ignite version, we're planning to roll out partition-awaren

On Multiple Endpoints Mode of JDBC Driver

2019-02-26 Thread 李玉珏
Hi, Does have load balancing function in Multiple Endpoints mode of JDBC driver?For example, "jdbc: ignite: thin://192.168.0.50:101, 192.188.5.40:101, 192.168.10.230:101" If not, will one node become the bottleneck of the whole system?

Re: Wrong backup size with persistence + data expriation

2019-02-26 Thread Denis Magda
Evgeniy, Igniters, Is this somehow related to the TTL issue we observed with other use cases recently? Ruslan, please share your configuration. - Denis On Tue, Feb 26, 2019 at 5:56 AM Ilya Kasnacheev wrote: > Hello! > > Indeed I can observe this problem: > > Baseline: [Server1, Server2, Serv

Re: Flaky tests

2019-02-26 Thread Denis Magda
Hello Stanislav, Ignite also has some issues with Java 11 support. For a long time we have been ignoring Java 11 existence at all. At the moment, the community has been working on the full Java 11 support and this version should become a default one soon. The tests will be done for both Java 8 and

Flaky tests

2019-02-26 Thread Stanislav Kozlovski
Hey there Ignite community, I contribute to a fellow open-source project - Apache Kafka - and there we have been fighting flaky tests a lot. We run Java 8 and Java 11 builds on every Pull Request and due to test flakiness, almost all of them turn out red with 1 or 2 tests (completely unrelated

[jira] [Created] (IGNITE-11426) Denial of Service Attack Vulnerability

2019-02-26 Thread Gabriel Jimenez (JIRA)
Gabriel Jimenez created IGNITE-11426: Summary: Denial of Service Attack Vulnerability Key: IGNITE-11426 URL: https://issues.apache.org/jira/browse/IGNITE-11426 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-11425) Log information about inaccessible nodes through Communication

2019-02-26 Thread Vladislav Pyatkov (JIRA)
Vladislav Pyatkov created IGNITE-11425: -- Summary: Log information about inaccessible nodes through Communication Key: IGNITE-11425 URL: https://issues.apache.org/jira/browse/IGNITE-11425 Project:

Re: Migration to JUnit 5

2019-02-26 Thread Ivan Fedotov
Ivan, I will investigate GridAbstractTest refactoring issue more precisely when I finish with JUnit3Legacy classes. Anyway, I will keep in touch with you and the community on the most significant moments. JUnit5 docs say that functionality is not full "especially with regard to reporting". On the

Re: Migration to JUnit 5

2019-02-26 Thread Anton Vinogradov
Folks, Please make sure you keep IEP updated and each issue mentioned. On Tue, Feb 26, 2019 at 4:28 PM Павлухин Иван wrote: > Ivan, > > Thank you for detailed answers! I would put a great care to > @RunWith(JUnitPlatform.class) construction. As stated in junit5 docs > [1] it does not support al

Re: Wrong backup size with persistence + data expriation

2019-02-26 Thread Ilya Kasnacheev
Hello! Indeed I can observe this problem: Baseline: [Server1, Server2, Server3] 1 records inserted 2019-02-26T16:50:00.603 :: [0] all=2, primary=1, backup=1, query=1 2019-02-26T16:50:10.692 :: [1] all=2, primary=1, backup=1, query=1 2019-02-26T16:50:20.750 :: [

[jira] [Created] (IGNITE-11424) Cannot build C++ from tarball of master branch

2019-02-26 Thread Ilya Kasnacheev (JIRA)
Ilya Kasnacheev created IGNITE-11424: Summary: Cannot build C++ from tarball of master branch Key: IGNITE-11424 URL: https://issues.apache.org/jira/browse/IGNITE-11424 Project: Ignite Iss

[jira] [Created] (IGNITE-11423) Multiple configurations to SpringCacheManager

2019-02-26 Thread Jinil Lee (JIRA)
Jinil Lee created IGNITE-11423: -- Summary: Multiple configurations to SpringCacheManager Key: IGNITE-11423 URL: https://issues.apache.org/jira/browse/IGNITE-11423 Project: Ignite Issue Type: Impr

Re: Migration to JUnit 5

2019-02-26 Thread Павлухин Иван
Ivan, Thank you for detailed answers! I would put a great care to @RunWith(JUnitPlatform.class) construction. As stated in junit5 docs [1] it does not support all features and unfortunately it is not clear how limited it is. Also, it is some kind of transitional mechanism which was not designed fo

[jira] [Created] (IGNITE-11422) Remove H2 console from documentation

2019-02-26 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-11422: Summary: Remove H2 console from documentation Key: IGNITE-11422 URL: https://issues.apache.org/jira/browse/IGNITE-11422 Project: Ignite Issue Type: T

[jira] [Created] (IGNITE-11421) There's no AI version in ODBC driver available for a connection

2019-02-26 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-11421: -- Summary: There's no AI version in ODBC driver available for a connection Key: IGNITE-11421 URL: https://issues.apache.org/jira/browse/IGNITE-11421 Project: Ignite

Re: Java 11 maven profile for local builds and testing

2019-02-26 Thread Dmitriy Pavlov
It should be automatically detected. Profile activation uses JVM version. But during import into IDE it may have issues. I enabled it manually in intellij. вт, 26 февр. 2019 г., 12:17 Ilya Kasnacheev : > Hello! > > That's awesome! Is this profile auto-detected when running under Java 9+? > Is t

[jira] [Created] (IGNITE-11420) MVCC: Test fails due to unexpected txRollbackException.

2019-02-26 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-11420: - Summary: MVCC: Test fails due to unexpected txRollbackException. Key: IGNITE-11420 URL: https://issues.apache.org/jira/browse/IGNITE-11420 Project: Ignite

[jira] [Created] (IGNITE-11419) Memory leak after multiple restarts of server node within the same jvm

2019-02-26 Thread Pavel Vinokurov (JIRA)
Pavel Vinokurov created IGNITE-11419: Summary: Memory leak after multiple restarts of server node within the same jvm Key: IGNITE-11419 URL: https://issues.apache.org/jira/browse/IGNITE-11419 Proj

Re: New PMC Member: Roman Shtykh

2019-02-26 Thread Andrey Novikov
Congrats, Roman! On Tue, Feb 26, 2019 at 4:58 PM Maxim Muzafarov wrote: > > Roman, > > My congratulations! Nice to work with you. > > On Tue, 26 Feb 2019 at 10:09 Dmitriy Pavlov wrote: > > > Congrats, Roman! > > > > вт, 26 февр. 2019 г. в 04:28, Roman Shtykh : > > > > > Thank you! It's always pl

Re: New PMC Member: Roman Shtykh

2019-02-26 Thread Maxim Muzafarov
Roman, My congratulations! Nice to work with you. On Tue, 26 Feb 2019 at 10:09 Dmitriy Pavlov wrote: > Congrats, Roman! > > вт, 26 февр. 2019 г. в 04:28, Roman Shtykh : > > > Thank you! It's always pleasure to work with Ignite community, and I will > > keep on working on the project and spreadi

Re: Java 11 maven profile for local builds and testing

2019-02-26 Thread Ilya Kasnacheev
Hello! That's awesome! Is this profile auto-detected when running under Java 9+? Is there a way to do that? Regards, -- Ilya Kasnacheev пн, 25 февр. 2019 г. в 18:43, Dmitriy Pavlov : > Hi Ignite Developers, > > Maven profile was modified to provide an opportunity to build a project > locally

[jira] [Created] (IGNITE-11418) Document SQL IGNITE.INDEXES view

2019-02-26 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-11418: Summary: Document SQL IGNITE.INDEXES view Key: IGNITE-11418 URL: https://issues.apache.org/jira/browse/IGNITE-11418 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-11417) Get rid of CacheRebalanceMode#NONE

2019-02-26 Thread Roman Kondakov (JIRA)
Roman Kondakov created IGNITE-11417: --- Summary: Get rid of CacheRebalanceMode#NONE Key: IGNITE-11417 URL: https://issues.apache.org/jira/browse/IGNITE-11417 Project: Ignite Issue Type: Impro