From dev-return-33647-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Apr 19 17:02:11 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 66DB6180638 for ; Thu, 19 Apr 2018 17:02:11 +0200 (CEST) Received: (qmail 68397 invoked by uid 500); 19 Apr 2018 15:02:10 -0000 Mailing-List: contact dev-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 dev@ignite.apache.org Received: (qmail 68385 invoked by uid 99); 19 Apr 2018 15:02:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2018 15:02:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 99F4EDFF36; Thu, 19 Apr 2018 15:02:09 +0000 (UTC) From: akalash To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #3879: IGNITE-8077 implemented getTxHoldingLockNum and g... Content-Type: text/plain Date: Thu, 19 Apr 2018 15:02:09 +0000 (UTC) GitHub user akalash opened a pull request: https://github.com/apache/ignite/pull/3879 IGNITE-8077 implemented getTxHoldingLockNum and getLockedKeysNum in TxMXBeanImpl You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite IGNITE-8077 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3879.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3879 ---- commit d5e1457006e042508b7394d38e878fd942851d2e Author: AMedvedev Date: 2018-04-03T02:46:26Z IGNITE-8077: wip commit a0eef40e1b270276e1e75d15cb76303c7bcaaa37 Author: AMedvedev Date: 2018-04-03T04:33:20Z IGNITE-8077: simplify commit 830aeaedd9397835f6cf0fc6da224e4d6a8f014c Author: Anton Kalashnikov Date: 2018-04-19T15:00:13Z IGNITE-8077 implemented getTxHoldingLockNum and getLockedKeysNum in TxMXBeanImpl ---- ---