Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2F933200C20 for ; Sun, 19 Feb 2017 09:13:23 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 26A43160B65; Sun, 19 Feb 2017 08:13:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6E58C160B58 for ; Sun, 19 Feb 2017 09:13:22 +0100 (CET) Received: (qmail 41263 invoked by uid 500); 19 Feb 2017 08:13:21 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 41252 invoked by uid 99); 19 Feb 2017 08:13:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Feb 2017 08:13:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 6DB0B1A0016 for ; Sun, 19 Feb 2017 08:13:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.018 X-Spam-Level: X-Spam-Status: No, score=-5.018 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id nQfNV5vopHF1 for ; Sun, 19 Feb 2017 08:13:19 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id B5C2C5FC2A for ; Sun, 19 Feb 2017 08:13:18 +0000 (UTC) Received: (qmail 41245 invoked by uid 99); 19 Feb 2017 08:13:18 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Feb 2017 08:13:18 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id C2DB6320A27; Sun, 19 Feb 2017 08:13:16 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0401718208780251085==" MIME-Version: 1.0 Subject: Review Request 56820: PHOENIX-3671 Implement TAL functionality for Tephra From: Ohad Shacham To: phoenix , Ohad Shacham Date: Sun, 19 Feb 2017 08:13:16 -0000 Message-ID: <20170219081316.21008.15154@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Ohad Shacham X-ReviewGroup: phoenix X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/56820/ X-Sender: Ohad Shacham X-ReviewBoard-Diff-For: phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionContext.java X-ReviewBoard-Diff-For: phoenix-core/src/main/java/org/apache/phoenix/transaction/PhoenixTransactionContext.java X-ReviewBoard-Diff-For: phoenix-core/src/main/java/org/apache/phoenix/transaction/OmidTransactionContext.java X-ReviewBoard-Diff-For: phoenix-core/src/main/java/org/apache/phoenix/transaction/OmidTransactionTable.java X-ReviewBoard-Diff-For: phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionTable.java X-ReviewBoard-Diff-For: phoenix-core/src/main/java/org/apache/phoenix/transaction/PhoenixTransactionalTable.java Reply-To: Ohad Shacham X-ReviewRequest-Repository: phoenix archived-at: Sun, 19 Feb 2017 08:13:23 -0000 --===============0401718208780251085== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56820/ ----------------------------------------------------------- Review request for phoenix. Repository: phoenix Description ------- Implement TAL functionality for Tephra. Tephra TAL will be connected to Phoenix when this subtask will be committed. From that stage any transaction processor will be able to implement the TAL and used by Phoenix. Diffs ----- phoenix-core/src/main/java/org/apache/phoenix/transaction/OmidTransactionContext.java PRE-CREATION phoenix-core/src/main/java/org/apache/phoenix/transaction/OmidTransactionTable.java PRE-CREATION phoenix-core/src/main/java/org/apache/phoenix/transaction/PhoenixTransactionContext.java PRE-CREATION phoenix-core/src/main/java/org/apache/phoenix/transaction/PhoenixTransactionalTable.java PRE-CREATION phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionContext.java PRE-CREATION phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionTable.java PRE-CREATION Diff: https://reviews.apache.org/r/56820/diff/ Testing ------- Thanks, Ohad Shacham --===============0401718208780251085==--