You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ib...@apache.org on 2021/11/01 09:25:19 UTC

[ignite] branch master updated (ef72651 -> a3ac617)

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

ibessonov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from ef72651  IGNITE-15843 Do not print corrupted persistent data structure message for in-memory data region (#9538)
     add a3ac617  IGNITE-15830 Fix performance suggestion when Ignite is run with a jdk other than 8x (#9533)

No new revisions were added by this update.

Summary of changes:
 .../suggestions/JvmConfigurationSuggestions.java   |  4 +-
 .../JvmConfigurationSuggestionsTest.java           | 86 ++++++++++++++++++++++
 .../ignite/testsuites/IgniteBasicTestSuite.java    |  4 +-
 3 files changed, 91 insertions(+), 3 deletions(-)
 create mode 100644 modules/core/src/test/java/org/apache/ignite/internal/suggestions/JvmConfigurationSuggestionsTest.java