From notifications-return-7049-apmail-ignite-notifications-archive=ignite.apache.org@ignite.apache.org Fri Sep 27 05:06:37 2019 Return-Path: X-Original-To: apmail-ignite-notifications-archive@minotaur.apache.org Delivered-To: apmail-ignite-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 2071119A36 for ; Fri, 27 Sep 2019 05:06:37 +0000 (UTC) Received: (qmail 69866 invoked by uid 500); 27 Sep 2019 05:06:36 -0000 Delivered-To: apmail-ignite-notifications-archive@ignite.apache.org Received: (qmail 69848 invoked by uid 500); 27 Sep 2019 05:06:36 -0000 Mailing-List: contact notifications-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 notifications@ignite.apache.org Received: (qmail 69838 invoked by uid 99); 27 Sep 2019 05:06:36 -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; Fri, 27 Sep 2019 05:06:36 +0000 From: GitBox To: notifications@ignite.apache.org Subject: [GitHub] [ignite] nizhikov commented on a change in pull request #6896: IGNITE-12209: Transactions system view. Message-ID: <156956079642.23279.1771942906807825210.gitbox@gitbox.apache.org> Date: Fri, 27 Sep 2019 05:06:36 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit nizhikov commented on a change in pull request #6896: IGNITE-12209: Transactions system view. URL: https://github.com/apache/ignite/pull/6896#discussion_r328914334 ########## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteInternalTx.java ########## @@ -44,7 +45,7 @@ /** * Transaction managed by cache ({@code 'Ex'} stands for external). */ -public interface IgniteInternalTx { +public interface IgniteInternalTx extends TransactionView { Review comment: Fixed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services