master
Commits on Sep 10, 2021
Commits on Sep 9, 2021
-
IGNITE-15223 Control.sh should be able to perform Read Repair on spec…
…ified partition. (#9342)
-
IGNITE-15470 Java thin client: Use partition awareness for ScanQuery …
…with specified partition - Fixes #9384. Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
Commits on Sep 8, 2021
Commits on Sep 7, 2021
Commits on Sep 6, 2021
-
IGNITE-15227 Better diagnostic information for PDS corruption scenari…
…os. Fixes #9292 Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
-
IGNITE-12781 Fix security context propagation for cache event - Fixes #…
…9290. Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
Commits on Sep 5, 2021
-
IGNITE-15376 Tests in HistoricalRebalanceTwoPartsInDifferentCheckpoin…
…tsTest class are technically flaky. Fixes #9356 Signed-off-by: Slava Koptilin <slava.koptilin@gmail.com>
Commits on Sep 3, 2021
-
-
IGNITE-15395 update dependency PostgreSQL (#9361)
Co-authored-by: nao-it <nao-it@ya.ru>
Commits on Sep 2, 2021
Commits on Sep 1, 2021
Commits on Aug 31, 2021
-
IGNITE-15256 Java Thin: Fix ClassNotFoundException on service call af…
…ter failover (#9307) Clear thin client caches when cluster connection is lost. The root cause of the issue is that client believes that server nodes preserve registered user types after reconnect, however, it could be the case that server nodes lose this information (e.g. full cluster restart with clean up of working dirs). This leads to ClassNotFoundException.
Commits on Aug 27, 2021
Commits on Aug 26, 2021
-
IGNITE-15295 Correct exception for checkpoint marker reading error - F…
…ixes #9325. Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
-
IGNITE-15345 Fix NPE on remote listener registration with null remote…
… filter and security enabled. (#9355)
Commits on Aug 25, 2021
Commits on Aug 24, 2021
Commits on Aug 23, 2021
-
IGNITE-15360 .NET: Fix verify-nuget.ps1 failure when .NET 5 is instal…
…led (#9349) Add global.json to use .NET Core 2.x SDK for NuGet verification: .NET 5 changes restore behavior and breaks the script.
-
IGNITE-13364 Improve calculation of default index inline size - Fixes #…
…9167. Signed-off-by: Ivan Daschinsky <ivandasch@apache.org>
Commits on Aug 21, 2021
Commits on Aug 20, 2021
-
IGNITE-15349 Fixed feedback-4 (#9346)
* ignite-15349-fixed-feedback-4 * Finished the sentence * Fixed wording again