From dev-return-56439-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Mon May 13 00:21:05 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 30A9818062F for ; Mon, 13 May 2019 02:21:05 +0200 (CEST) Received: (qmail 23141 invoked by uid 500); 13 May 2019 00:21:01 -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 23120 invoked by uid 99); 13 May 2019 00:21:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 May 2019 00:21:01 +0000 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 8A018E00A5 for ; Mon, 13 May 2019 00:21: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 4216825814 for ; Mon, 13 May 2019 00:21:00 +0000 (UTC) Date: Mon, 13 May 2019 00:21:00 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (PHOENIX-5233) Read-your-own writes causes incorrect visibility with transactional tables (with Omid). MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PHOENIX-5233?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved PHOENIX-5233. ------------------------------------ Resolution: Fixed Fix Version/s: 5.1.0 4.15.0 Committed to 4.x-HBase-1.4, 4.x-HBase-1.3, 4.x-HBase-1.2, and master. > Read-your-own writes causes incorrect visibility with transactional table= s (with Omid). > -------------------------------------------------------------------------= -------------- > > Key: PHOENIX-5233 > URL: https://issues.apache.org/jira/browse/PHOENIX-5233 > Project: Phoenix > Issue Type: Bug > Affects Versions: 4.14.1 > Reporter: Lars Hofhansl > Assignee: Yonatan Gottesman > Priority: Major > Fix For: 4.15.0, 5.1.0 > > Attachments: 5233-final-master.txt, 5233-final-v2.txt, 5233-final= .txt, 5233-tests.txt, 5233-v4.txt, 5233-v5.txt, 5233-v6.txt > > > (copied from my last comment on PHOENIX-5090) > Steps to reproduce (with Omid): > # {{!autocommit off}} > # {{create table test (pk1 integer not null, pk2 integer not null, pk3 i= nteger not null, v1 float, v2 float, v3 integer CONSTRAINT pk PRIMARY KEY (= pk1, pk2, pk3)) DISABLE_WAL=3Dtrue, TRANSACTIONAL=3Dtrue;}} > # {{upsert into test values(rand()*10000000, rand()*10000000, rand()*100= 00000, rand(), rand(), rand()*1000000);}} > # {{upsert into test select rand()*10000000, rand()*10000000, rand()*100= 00000, rand(), rand(), rand()*1000000 from test;}} > # {{select count\(*) from test; =E2=80=93 this will cause uncommitted da= ta to sent to the server.}} > # Goto #4 a few time (until you inserted 131072 rows) > # {{!commit}} > In a separate sqlline session just repeat after the commit was issued in = the other session. > * {{select count\(*) from test;}} > You'll see that number will change until it finally settles. -- This message was sent by Atlassian JIRA (v7.6.3#76005)