From dev-return-51125-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Sat Apr 21 02:24:04 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 7C596180645 for ; Sat, 21 Apr 2018 02:24:03 +0200 (CEST) Received: (qmail 39307 invoked by uid 500); 21 Apr 2018 00:24:02 -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 39296 invoked by uid 99); 21 Apr 2018 00:24:02 -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; Sat, 21 Apr 2018 00:24:02 +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 F35131A0965 for ; Sat, 21 Apr 2018 00:24:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -102.311 X-Spam-Level: X-Spam-Status: No, score=-102.311 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] 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 Vsuts6zV2peJ for ; Sat, 21 Apr 2018 00:24:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id DAC975F19B for ; Sat, 21 Apr 2018 00:24:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 641CFE00CC for ; Sat, 21 Apr 2018 00:24:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 22A05240C6 for ; Sat, 21 Apr 2018 00:24:00 +0000 (UTC) Date: Sat, 21 Apr 2018 00:24:00 +0000 (UTC) From: "Hudson (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-4613) Thread clientVersion through to IndexCommitter implementors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PHOENIX-4613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16446534#comment-16446534 ] Hudson commented on PHOENIX-4613: --------------------------------- ABORTED: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #101 (See [https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/101/]) PHOENIX-4613 Thread clientVersion through to IndexCommitter implementors (vincentpoon: rev 62d20ec7022ccb3bee6d93ff581c562fe72d2955) * (edit) phoenix-core/src/test/java/org/apache/phoenix/hbase/index/write/TestParalleWriterIndexCommitter.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/index/PhoenixTransactionalIndexer.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/hbase/index/Indexer.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/hbase/index/write/IndexCommitter.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/hbase/index/covered/IndexMetaData.java * (edit) phoenix-core/src/test/java/org/apache/phoenix/hbase/index/covered/LocalTableStateTest.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/hbase/index/write/RecoveryIndexWriter.java * (edit) phoenix-core/src/test/java/org/apache/phoenix/hbase/index/write/TestIndexWriter.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/hbase/index/builder/IndexBuildManager.java * (edit) phoenix-core/src/test/java/org/apache/phoenix/hbase/index/write/TestParalleIndexWriter.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/hbase/index/write/IndexWriter.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/hbase/index/write/TrackingParallelWriterIndexCommitter.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/hbase/index/write/ParallelWriterIndexCommitter.java > Thread clientVersion through to IndexCommitter implementors > ----------------------------------------------------------- > > Key: PHOENIX-4613 > URL: https://issues.apache.org/jira/browse/PHOENIX-4613 > Project: Phoenix > Issue Type: Bug > Reporter: James Taylor > Assignee: James Taylor > Priority: Major > Fix For: 4.14.0, 5.0.0 > > Attachments: PHOENIX-4613_v1.patch, PHOENIX-4613_v1.rebase.4.x-HBase-0.98.patch, PHOENIX-4613_v1.rebase.4.x-HBase-1.1.patch, PHOENIX-4613_v1.rebase.5.x-HBase-2.0.patch, PHOENIX-4613_v1.rebase.mater.patch > > > In support of PHOENIX-4601, thread the client version into the implementors of IndexCommitter. -- This message was sent by Atlassian JIRA (v7.6.3#76005)