You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ko...@apache.org on 2022/02/14 12:14:56 UTC

[ignite-3] branch main updated (0cf58f5 -> a6aa54b)

This is an automated email from the ASF dual-hosted git repository.

korlov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.


    from 0cf58f5  IGNITE-16522 Fix usage of the JDK Marshaller in raft group listeners (#653)
     add a6aa54b  IGNITE-16502 fixed deadlock caused by query plan cache (#652)

No new revisions were added by this update.

Summary of changes:
 .../internal/sql/engine/ItDataTypesTest.java       |  2 +
 .../internal/sql/engine/ItMixedQueriesTest.java    |  1 -
 .../internal/sql/engine/SqlQueryProcessor.java     |  7 +-
 .../sql/engine/prepare/QueryPlanCacheImpl.java     | 71 +++++++++++++++++---
 .../sql/engine/prepare/QueryPlanCacheSelfTest.java | 77 ++++++++++++++++++++++
 5 files changed, 144 insertions(+), 14 deletions(-)
 create mode 100644 modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/prepare/QueryPlanCacheSelfTest.java