[jira] [Created] (IGNITE-11976) @SpringResource is silently ignored if no Spring context is provided

2019-07-12 Thread Stanislav Lukyanov (JIRA)
Stanislav Lukyanov created IGNITE-11976: --- Summary: @SpringResource is silently ignored if no Spring context is provided Key: IGNITE-11976 URL: https://issues.apache.org/jira/browse/IGNITE-11976

[jira] [Created] (IGNITE-11977) Data streamer pool MXBean is registered as ThreadPoolMXBean instead of StripedExecutorMXBean

2019-07-12 Thread Stanislav Lukyanov (JIRA)
Stanislav Lukyanov created IGNITE-11977: --- Summary: Data streamer pool MXBean is registered as ThreadPoolMXBean instead of StripedExecutorMXBean Key: IGNITE-11977 URL: https://issues.apache.org/jira/browse/IG

Abandoning support of Visual Studio 2010

2019-07-12 Thread Igor Sapego
Hello Igniters, Soon there will be Ignite 3.0, so I though this may be a good time to speak about abandoning Visual Studio 2010 (msvc 10.0) support, which will allow us to move to more modern features in Ignite C++. Any thoughts or objections? Are there people which will be critically affected by

[jira] [Created] (IGNITE-11978) Javadoc enhancement for the ReadRepair feature.

2019-07-12 Thread Vyacheslav Koptilin (JIRA)
Vyacheslav Koptilin created IGNITE-11978: Summary: Javadoc enhancement for the ReadRepair feature. Key: IGNITE-11978 URL: https://issues.apache.org/jira/browse/IGNITE-11978 Project: Ignite

[jira] [Created] (IGNITE-11979) Add ability to set default parallelizm of rebuild indexes in configuration

2019-07-12 Thread Denis Chudov (JIRA)
Denis Chudov created IGNITE-11979: - Summary: Add ability to set default parallelizm of rebuild indexes in configuration Key: IGNITE-11979 URL: https://issues.apache.org/jira/browse/IGNITE-11979 Projec

Re: Tx lock partial happens before

2019-07-12 Thread Ivan Rakov
Hi Anton, Each get method now checks the consistency. Check means: 1) tx lock acquired on primary 2) gained data from each owner (primary and backups) 3) data compared Did you consider acquiring locks on backups as well during your check, just like 2PC prepare does? If there's HB between steps