From commits-return-125607-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Wed Dec 18 11:07:30 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 73B0C18065B for ; Wed, 18 Dec 2019 12:07:30 +0100 (CET) Received: (qmail 83639 invoked by uid 500); 18 Dec 2019 11:07:29 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 83630 invoked by uid 99); 18 Dec 2019 11:07:29 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Dec 2019 11:07:29 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id AF3038D80D; Wed, 18 Dec 2019 11:07:29 +0000 (UTC) Date: Wed, 18 Dec 2019 11:07:29 +0000 To: "commits@ignite.apache.org" Subject: [ignite] branch master updated (a09d128 -> 3f16c67) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157666724866.1544.2517417755446239084@gitbox.apache.org> From: nizhikov@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: ignite X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a09d1284a8f5cbaae7a8548af6c32ca422810035 X-Git-Newrev: 3f16c67dc7aa7a24b61416f73e8d7567a3dda906 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. nizhikov pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/ignite.git. from a09d128 IGNITE-12434 Dump checkpoint readLock holder threads if writeLock can`t take lock more than threshold timeout. - Fixes #7124. add 3f16c67 IGNITE-12450: Transaction operations metrics (#7141) No new revisions were added by this update. Summary of changes: .../processors/cache/CacheMetricsImpl.java | 42 +++++++++++++++------- .../cache/GridCacheAbstractMetricsSelfTest.java | 2 +- ...dCacheTransactionalAbstractMetricsSelfTest.java | 38 ++++++++++++++++++++ 3 files changed, 68 insertions(+), 14 deletions(-)