From issues-return-3653-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Mon Dec 31 11:03:05 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 E0C76180648 for ; Mon, 31 Dec 2018 11:03:04 +0100 (CET) Received: (qmail 63671 invoked by uid 500); 31 Dec 2018 10:03:04 -0000 Mailing-List: contact issues-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 issues@phoenix.apache.org Received: (qmail 63662 invoked by uid 99); 31 Dec 2018 10:03:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Dec 2018 10:03:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B967EC2458 for ; Mon, 31 Dec 2018 10:03:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id AVZkCwk5F9lB for ; Mon, 31 Dec 2018 10:03:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 03678610E1 for ; Mon, 31 Dec 2018 10:03:02 +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 511C7E092E for ; Mon, 31 Dec 2018 10:03: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 1361E25381 for ; Mon, 31 Dec 2018 10:03:00 +0000 (UTC) Date: Mon, 31 Dec 2018 10:03:00 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-5084) Changes from Transactional Tables are not visible to query in different client 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-5084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16731252#comment-16731252 ] Lars Hofhansl commented on PHOENIX-5084: ---------------------------------------- I see. Makes sense. Questions: * Won't that leave an aborted transaction around each time (which is costly at least in Tephra)? * Is there now the risk that any metadata call would inadvertently rollback any changes already made? > Changes from Transactional Tables are not visible to query in different client > ------------------------------------------------------------------------------ > > Key: PHOENIX-5084 > URL: https://issues.apache.org/jira/browse/PHOENIX-5084 > Project: Phoenix > Issue Type: Bug > Affects Versions: 4.15.0, 4.14.1 > Reporter: Lars Hofhansl > Assignee: Lars Hofhansl > Priority: Blocker > Attachments: PHOENIX-5084.txt > > > Scenario: > # Upsert and commit some data into a transactional table. (Autocommit or following by explicit commit) > # Query same table from another client > The first query on the other client will not see the newly upserted/committed data (regardless of how long one waits). > A second identical query will see the new data. > This happens with both Omid and Tephra. > I guess we can't write a test for this, since it requires multiple JVMs. -- This message was sent by Atlassian JIRA (v7.6.3#76005)