You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2021/02/26 12:08:39 UTC

[ignite] branch ignite-2.10 updated (999e461 -> 506ab6e)

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

mmuzaf pushed a change to branch ignite-2.10
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 999e461  IGNITE-14078 Fixed an issue that caused a deadlock when user cache was created in parallel with TTL worker was in progress. Fixes #8718
     add 668dafe  IGNITE-14206 fix compatibility inline POJO between 2.8.1 and 2.9.0 (#8811)
     add 506ab6e  IGNITE-14206 fix compatibility inline POJO between 2.8.1 and 2.9.0: fix javadoc & jdk11 optimization (#8830)

No new revisions were added by this update.

Summary of changes:
 .../persistence/InlineIndexCompatibilityTest.java  | 359 +++++++++++++++++++++
 .../IgniteCompatibilityBasicTestSuite.java         |   2 +
 .../processors/query/h2/database/H2Tree.java       |  57 +++-
 .../h2/database/InlineObjectBytesDetector.java     | 197 +++++++++++
 4 files changed, 605 insertions(+), 10 deletions(-)
 create mode 100644 modules/compatibility/src/test/java/org/apache/ignite/compatibility/persistence/InlineIndexCompatibilityTest.java
 create mode 100644 modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/database/InlineObjectBytesDetector.java