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 0DAC5200D08 for ; Thu, 21 Sep 2017 23:03:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0C1B81609E1; Thu, 21 Sep 2017 21:03:39 +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 54F9A1609DB for ; Thu, 21 Sep 2017 23:03:38 +0200 (CEST) Received: (qmail 94439 invoked by uid 500); 21 Sep 2017 21:03:37 -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 94430 invoked by uid 99); 21 Sep 2017 21:03:37 -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; Thu, 21 Sep 2017 21:03:37 +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 DA2271A626E for ; Thu, 21 Sep 2017 21:03:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.919 X-Spam-Level: X-Spam-Status: No, score=0.919 tagged_above=-999 required=6.31 tests=[SPF_FAIL=0.919] 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 Ey2GA6AzBSkS for ; Thu, 21 Sep 2017 21:03:36 +0000 (UTC) Received: from vitalstatistix.ics.uci.edu (vitalstatistix.ics.uci.edu [128.195.52.38]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D542E5FBDF for ; Thu, 21 Sep 2017 21:03:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vitalstatistix.ics.uci.edu (Postfix) with ESMTP id 74A0E1006A4; Thu, 21 Sep 2017 14:03:35 -0700 (PDT) Date: Thu, 21 Sep 2017 14:03:35 -0700 From: "Luo Chen (Code Review)" To: Jenkins CC: Yingyi Bu , abdullah alamoudi , Ildar Absalyamov , Ian Maxon Reply-To: cluo8@uci.edu X-Gerrit-MessageType: newpatchset Subject: Change in asterixdb[master]: [ASTERIXDB-2090][STO] Fix componentIds for bulk load X-Gerrit-Change-Id: I3d85c1a0a2e9f04bac1c56113987aa48e1beafe2 X-Gerrit-ChangeURL: X-Gerrit-Commit: 8854e20d455d6c417ee92d9d7a2b51ffc07cd53f 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: <20170921210335.74A0E1006A4@vitalstatistix.ics.uci.edu> archived-at: Thu, 21 Sep 2017 21:03:39 -0000 Hello Anon. E. Moose #1000171, Jenkins, I'd like you to reexamine a change. Please visit https://asterix-gerrit.ics.uci.edu/2015 to look at the new patch set (#3). Change subject: [ASTERIXDB-2090][STO] Fix componentIds for bulk load ...................................................................... [ASTERIXDB-2090][STO] Fix componentIds for bulk load - user model changes: no - storage format changes: no - interface changes: no Details: Currently we use LSN as component Ids during the flush time. However, bulk loaded components receive no component Ids because of no transactions on them. This patch is a temp fix for this bug by simply giving bulk loaded components with id 0. This is correct since currently we only allow load an empty dataset. An alternative (and better) approach is to use the timestamp instead of LSNs as component Ids. This needs some discussions, and might be implemented later. Change-Id: I3d85c1a0a2e9f04bac1c56113987aa48e1beafe2 --- M asterixdb/asterix-common/src/main/java/org/apache/asterix/common/ioopcallbacks/AbstractLSMIOOperationCallback.java 1 file changed, 0 insertions(+), 8 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/15/2015/3 -- To view, visit https://asterix-gerrit.ics.uci.edu/2015 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I3d85c1a0a2e9f04bac1c56113987aa48e1beafe2 Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Luo Chen Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Ian Maxon Gerrit-Reviewer: Ildar Absalyamov Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Yingyi Bu Gerrit-Reviewer: abdullah alamoudi