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 8BF19200C7E for ; Tue, 23 May 2017 09:19:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8A871160BC3; Tue, 23 May 2017 07:19:35 +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 CE04A160BB6 for ; Tue, 23 May 2017 09:19:34 +0200 (CEST) Received: (qmail 47935 invoked by uid 500); 23 May 2017 07:19:33 -0000 Mailing-List: contact notifications-help@asterixdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.apache.org Delivered-To: mailing list notifications@asterixdb.apache.org Received: (qmail 47926 invoked by uid 99); 23 May 2017 07:19:33 -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; Tue, 23 May 2017 07:19:33 +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 8CA93C0FD6 for ; Tue, 23 May 2017 07:19:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.92 X-Spam-Level: X-Spam-Status: No, score=0.92 tagged_above=-999 required=6.31 tests=[SPF_FAIL=0.919, URIBL_BLOCKED=0.001] 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 wPMuZvoIL-v7 for ; Tue, 23 May 2017 07:19:32 +0000 (UTC) Received: from unhygienix.ics.uci.edu (unhygienix.ics.uci.edu [128.195.14.130]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2CB055F2AB for ; Tue, 23 May 2017 07:19:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id 914C6240F4D; Tue, 23 May 2017 00:19:31 -0700 (PDT) Date: Tue, 23 May 2017 00:19:31 -0700 From: "abdullah alamoudi (Code Review)" To: Michael Blow CC: Jenkins , Ian Maxon , Jianfeng Jia , Murtadha Hubail , Yingyi Bu Reply-To: bamousaa@gmail.com X-Gerrit-MessageType: comment Subject: Change in asterixdb[master]: Fix upsert deadlock and upsert with filtered primary only bug X-Gerrit-Change-Id: Ic702d6e1984ea33408c360b6f522f493848cbd87 X-Gerrit-ChangeURL: X-Gerrit-Commit: 79929d81aa3a705f2424aa2795bb78d622a5ce1e In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.12.7 Message-Id: <20170523071931.914C6240F4D@unhygienix.ics.uci.edu> archived-at: Tue, 23 May 2017 07:19:35 -0000 abdullah alamoudi has posted comments on this change. Change subject: Fix upsert deadlock and upsert with filtered primary only bug ...................................................................... Patch Set 3: (1 comment) https://asterix-gerrit.ics.uci.edu/#/c/1759/3/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/src/main/java/org/apache/hyracks/storage/am/lsm/common/api/ILSMHarness.java File hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/src/main/java/org/apache/hyracks/storage/am/lsm/common/api/ILSMHarness.java: PS3, Line 205: ( > I remember that we discussed before that enter/exit are details that each o I think exposing it is a good idea. First, it will enable one time enter and exist per frame rather than entering and exiting per record. Second, it allows a record level operation not to start before it knows it entered the components it needs to. -- To view, visit https://asterix-gerrit.ics.uci.edu/1759 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic702d6e1984ea33408c360b6f522f493848cbd87 Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: abdullah alamoudi Gerrit-Reviewer: Ian Maxon Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Jianfeng Jia Gerrit-Reviewer: Murtadha Hubail Gerrit-Reviewer: Yingyi Bu Gerrit-Reviewer: abdullah alamoudi Gerrit-HasComments: Yes