You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vp...@apache.org on 2022/03/18 08:36:56 UTC

[ignite-3] branch main updated (c7b25f0 -> 11f43ba)

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

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


    from c7b25f0  IGNITE-16594 Colocation key hash code calculation (#721)
     add 11f43ba  IGNITE-16709 Implement JVM pause detector (#735)

No new revisions were added by this update.

Summary of changes:
 .../internal/components/LongJvmPauseDetector.java  | 249 +++++++++++++++++++++
 .../org/apache/ignite/internal/app/IgniteImpl.java |  16 +-
 2 files changed, 263 insertions(+), 2 deletions(-)
 create mode 100644 modules/core/src/main/java/org/apache/ignite/internal/components/LongJvmPauseDetector.java