[jira] [Created] (IGNITE-11335) Data Center Affinity on Reads for Performance Increase

2019-02-15 Thread Gabriel Jimenez (JIRA)
Gabriel Jimenez created IGNITE-11335: Summary: Data Center Affinity on Reads for Performance Increase Key: IGNITE-11335 URL: https://issues.apache.org/jira/browse/IGNITE-11335 Project: Ignite

Re: New committer: Ilya Lantukh

2019-02-15 Thread Ilya Lantukh
Thanks! On Fri, Feb 15, 2019 at 3:03 PM Andrey Mashenkov wrote: > Congrats, Ilya. > > On Fri, Feb 15, 2019 at 2:33 PM Anton Vinogradov wrote: > > > Congrats! > > > > On Fri, Feb 15, 2019 at 2:23 PM Павлухин Иван > wrote: > > > > > Ilya, > > > > > > My congratulations! Hope to hear from you

[jira] [Created] (IGNITE-11334) SQL: Deprecate SqlQuery

2019-02-15 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-11334: Summary: SQL: Deprecate SqlQuery Key: IGNITE-11334 URL: https://issues.apache.org/jira/browse/IGNITE-11334 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-11333) SQL: Deprecate H2 console

2019-02-15 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-11333: Summary: SQL: Deprecate H2 console Key: IGNITE-11333 URL: https://issues.apache.org/jira/browse/IGNITE-11333 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-11332) Add jmx ability to exclude node from topology.

2019-02-15 Thread Stanilovsky Evgeny (JIRA)
Stanilovsky Evgeny created IGNITE-11332: --- Summary: Add jmx ability to exclude node from topology. Key: IGNITE-11332 URL: https://issues.apache.org/jira/browse/IGNITE-11332 Project: Ignite

Re: beforeTestsStarted() was deprecated, what should we use instead?

2019-02-15 Thread Anton Vinogradov
Oleg, Still, see beforeTestsStarted is deprecated. Since we found this deprecation was incorrect, we have to roll it back. Please fix the issue. On Thu, Feb 7, 2019 at 5:18 PM oignatenko wrote: > Hi Ivan, > > For the sake of precision, startGrid() is currently overridden in one of > subclasses

Re: [DISCUSSION] [IGNITE-11141] The new java method to create a cache from a template

2019-02-15 Thread Sergey Moldachev
Stanislav, thank you for reply! As a result of discussion, I propose the following plan: 1) Create the new method getCacheConfiguration(String cacheName) for ignite 2.8+ version, which will return the cache template or the cache configuration. 2) Create the new ticket about changing method names

Re: New committer: Ilya Lantukh

2019-02-15 Thread Andrey Mashenkov
Congrats, Ilya. On Fri, Feb 15, 2019 at 2:33 PM Anton Vinogradov wrote: > Congrats! > > On Fri, Feb 15, 2019 at 2:23 PM Павлухин Иван wrote: > > > Ilya, > > > > My congratulations! Hope to hear from you about hair-splitting in > > context of affinity and topology. > > > > пт, 15 февр. 2019 г.

Re: New committer: Ilya Lantukh

2019-02-15 Thread Anton Vinogradov
Congrats! On Fri, Feb 15, 2019 at 2:23 PM Павлухин Иван wrote: > Ilya, > > My congratulations! Hope to hear from you about hair-splitting in > context of affinity and topology. > > пт, 15 февр. 2019 г. в 13:44, Dmitriy Pavlov : > > > > Congrats, Ilya. I'm glad that it eventually happened. > > >

Re: New committer: Ilya Lantukh

2019-02-15 Thread Павлухин Иван
Ilya, My congratulations! Hope to hear from you about hair-splitting in context of affinity and topology. пт, 15 февр. 2019 г. в 13:44, Dmitriy Pavlov : > > Congrats, Ilya. I'm glad that it eventually happened. > > пт, 15 февр. 2019 г. в 11:04, Alexey Goncharuk : > > > Dear Ignite Developers, >

Re: MVCC and IgniteDataStreamer

2019-02-15 Thread Павлухин Иван
Hi, It is time to continue DataStreamer for MVCC caches discussion. Main focus is on allowOverwrite=false mode. Currently there is a problem related to partition update counters. BACKGROUND As you might know MVCC transactions update partition counters on transaction finish phase and on backups

[jira] [Created] (IGNITE-11331) SQL: Remove unnecessary parameters binding

2019-02-15 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-11331: Summary: SQL: Remove unnecessary parameters binding Key: IGNITE-11331 URL: https://issues.apache.org/jira/browse/IGNITE-11331 Project: Ignite Issue

Re: New committer: Ilya Lantukh

2019-02-15 Thread Dmitriy Pavlov
Congrats, Ilya. I'm glad that it eventually happened. пт, 15 февр. 2019 г. в 11:04, Alexey Goncharuk : > Dear Ignite Developers, > > > > The Project Management Committee (PMC) for Apache Ignite has invited Ilya > Lantukh to become a committer and we are pleased to announce that he has >

[jira] [Created] (IGNITE-11330) Partition demander should skip entries for invalid partition.

2019-02-15 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-11330: - Summary: Partition demander should skip entries for invalid partition. Key: IGNITE-11330 URL: https://issues.apache.org/jira/browse/IGNITE-11330 Project:

[jira] [Created] (IGNITE-11329) Support data page scan for JDBC v2 driver

2019-02-15 Thread Pavel Kuznetsov (JIRA)
Pavel Kuznetsov created IGNITE-11329: Summary: Support data page scan for JDBC v2 driver Key: IGNITE-11329 URL: https://issues.apache.org/jira/browse/IGNITE-11329 Project: Ignite Issue

[jira] [Created] (IGNITE-11328) Ignite binary build is too big

2019-02-15 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-11328: -- Summary: Ignite binary build is too big Key: IGNITE-11328 URL: https://issues.apache.org/jira/browse/IGNITE-11328 Project: Ignite Issue Type: Bug

Re: [DISCUSSION] Usage of system properties in tests

2019-02-15 Thread Dmitriy Govorukhin
++1 from my side. I guess it will be a more reliable way for works with properties in the tests. From time to time somebody forgot clear property after test and next tests may be failed or flaky failed completion. On Thu, Feb 14, 2019 at 6:56 PM Dmitriy Pavlov wrote: > I find it absolutely

New committer: Ilya Lantukh

2019-02-15 Thread Alexey Goncharuk
Dear Ignite Developers, The Project Management Committee (PMC) for Apache Ignite has invited Ilya Lantukh to become a committer and we are pleased to announce that he has accepted. Ilya has a long history contributing to Apache Ignite, including a lot of complex changes allowed us to enable