Re: Prevent insertion of cache entry if the binary field type and the type of the query entity do not match.

2020-05-28 Thread Alex Plehanov
Pavel, Ilya, I think we should implement such a check on insert. It can be optional (for example enabled by property in SqlConfiguration). The sooner we found the problem - the better. вт, 26 мая 2020 г. в 17:56, Ilya Kasnacheev : > Hello! > > I'm not aware about any mechanism like this one

[jira] [Created] (IGNITE-13086) Improve current page replacement mechanism.

2020-05-28 Thread Stanilovsky Evgeny (Jira)
Stanilovsky Evgeny created IGNITE-13086: --- Summary: Improve current page replacement mechanism. Key: IGNITE-13086 URL: https://issues.apache.org/jira/browse/IGNITE-13086 Project: Ignite

[jira] [Created] (IGNITE-13087) IgniteClientDisconnectedException: Operation has been cancelled

2020-05-28 Thread RangerZhou (Jira)
RangerZhou created IGNITE-13087: --- Summary: IgniteClientDisconnectedException: Operation has been cancelled Key: IGNITE-13087 URL: https://issues.apache.org/jira/browse/IGNITE-13087 Project: Ignite

Re: Prevent insertion of cache entry if the binary field type and the type of the query entity do not match.

2020-05-28 Thread Ivan Daschinsky
I think this feature quite easy to implement. Before put in cache tree, we can iterate over query descriptor fields and check whether this field presents in binary object and if typeId is the same. But I think there can l be a quite noticeable performance penalty when this feature is enabled. It

[jira] [Created] (IGNITE-13088) Improve exception when cache not exists after client restart

2020-05-28 Thread Ilya Kasnacheev (Jira)
Ilya Kasnacheev created IGNITE-13088: Summary: Improve exception when cache not exists after client restart Key: IGNITE-13088 URL: https://issues.apache.org/jira/browse/IGNITE-13088 Project:

[jira] [Created] (IGNITE-13089) Add Apache Ignite health status to README.md

2020-05-28 Thread Maxim Muzafarov (Jira)
Maxim Muzafarov created IGNITE-13089: Summary: Add Apache Ignite health status to README.md Key: IGNITE-13089 URL: https://issues.apache.org/jira/browse/IGNITE-13089 Project: Ignite

Re: [DISCUSSION] Ignite.C++ and CMake

2020-05-28 Thread Ivan Daschinsky
Ok, PR is ready https://issues.apache.org/jira/browse/IGNITE-13078 Build tested on Mac OS X 10.15 and Ubuntu 20.04 with CMake 3.17.2 and 3.6.1 Unfortunately, I was not able to test on Windows, but principally it should works, but minor issues are probable. Instruction is attached in PR. Any use

[jira] [Created] (IGNITE-13090) Add parameter of connection check period to TcpDiscoverySpi

2020-05-28 Thread Vladimir Steshin (Jira)
Vladimir Steshin created IGNITE-13090: - Summary: Add parameter of connection check period to TcpDiscoverySpi Key: IGNITE-13090 URL: https://issues.apache.org/jira/browse/IGNITE-13090 Project:

[jira] [Created] (IGNITE-13091) Cluster read-only mode allows to create caches

2020-05-28 Thread Sergey Antonov (Jira)
Sergey Antonov created IGNITE-13091: --- Summary: Cluster read-only mode allows to create caches Key: IGNITE-13091 URL: https://issues.apache.org/jira/browse/IGNITE-13091 Project: Ignite

Re: Ignite website HTML files are not updated for 2.8 release

2020-05-28 Thread Denis Magda
Hi Nikolay, Mauricio, We've missed this step again but now for 2.8.1 release. API docs of this version don't have google analytics breadcrumps. Mauricio, do we need to update the steps below? It would be best if you share all the details and Nikolay will try to follow these to confirm that any

[jira] [Created] (IGNITE-13092) ConcurrentModificationException when adding items to cache

2020-05-28 Thread Tomasz Grygo (Jira)
Tomasz Grygo created IGNITE-13092: - Summary: ConcurrentModificationException when adding items to cache Key: IGNITE-13092 URL: https://issues.apache.org/jira/browse/IGNITE-13092 Project: Ignite

Re: Re[4]: IGNITE-6499 Compact NULL fields

2020-05-28 Thread steve.hostett...@gmail.com
Hello, still fighting to get my unit tests green. Something I do not really understand is the mechanism of object replacement. For instance, marshalling a LocalDateTime, gets replace by java.time.Ser, I assume that's because it has a method writeReplace. But that takes precedence over a custom

[jira] [Created] (IGNITE-13093) Unidentified Apache Ignite worker blocked when inserting large amount of records to the persistent storage

2020-05-28 Thread Tomasz Grygo (Jira)
Tomasz Grygo created IGNITE-13093: - Summary: Unidentified Apache Ignite worker blocked when inserting large amount of records to the persistent storage Key: IGNITE-13093 URL:

[jira] [Created] (IGNITE-13094) java.lang.ClassNotFoundException: ch.qos.logback for distributed compute

2020-05-28 Thread AK47Sonic (Jira)
AK47Sonic created IGNITE-13094: -- Summary: java.lang.ClassNotFoundException: ch.qos.logback for distributed compute Key: IGNITE-13094 URL: https://issues.apache.org/jira/browse/IGNITE-13094 Project: