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 92FE6200D16 for ; Tue, 10 Oct 2017 20:32:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 91794160BE0; Tue, 10 Oct 2017 18:32:08 +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 D72C61609CB for ; Tue, 10 Oct 2017 20:32:07 +0200 (CEST) Received: (qmail 71110 invoked by uid 500); 10 Oct 2017 18:32:07 -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 71100 invoked by uid 99); 10 Oct 2017 18:32:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Oct 2017 18:32:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 31A10CC792 for ; Tue, 10 Oct 2017 18:32:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.126 X-Spam-Level: ** X-Spam-Status: No, score=2.126 tagged_above=-999 required=6.31 tests=[MISSING_HEADERS=1.207, SPF_FAIL=0.919] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id iC9N9QmGno3D for ; Tue, 10 Oct 2017 18:32:03 +0000 (UTC) Received: from vitalstatistix.ics.uci.edu (vitalstatistix.ics.uci.edu [128.195.52.38]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id ED25A5FDDC for ; Tue, 10 Oct 2017 18:32:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vitalstatistix.ics.uci.edu (Postfix) with ESMTP id 57A3F100726; Tue, 10 Oct 2017 11:32:02 -0700 (PDT) Date: Tue, 10 Oct 2017 11:32:02 -0700 From: "Steven Jacobs (Code Review)" CC: Ildar Absalyamov , abdullah alamoudi , Xikui Wang , Till Westmann , Dmitry Lychagin , Jenkins Reply-To: sjaco002@ucr.edu X-Gerrit-MessageType: comment Subject: Change in asterixdb[master]: [HYR,RT,CLUS] Fixes and Improvements for predistributed Jobs X-Gerrit-Change-Id: I8f493c1fa977d07dfe8a875f9ebe9515d01d1473 X-Gerrit-ChangeURL: X-Gerrit-Commit: e12384aa8daa16a0704f73a7666c2726096d295c 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: <20171010183202.57A3F100726@vitalstatistix.ics.uci.edu> archived-at: Tue, 10 Oct 2017 18:32:08 -0000 Steven Jacobs has posted comments on this change. Change subject: [HYR,RT,CLUS] Fixes and Improvements for predistributed Jobs ...................................................................... Patch Set 6: (2 comments) https://asterix-gerrit.ics.uci.edu/#/c/2045/6//COMMIT_MSG Commit Message: Line 12: Allow predistributed jobs to have a new jobId for each execution > If this patch is not intended for running multiple instances of the same pj Okay, maybe you might know more of the details about why I still see issues with simultaneous execution then. Let's talk more about this in person or on Skype. https://asterix-gerrit.ics.uci.edu/#/c/2045/6/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/ClientInterfaceIPCI.java File hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/ClientInterfaceIPCI.java: Line 56: private long predistributedId = 0; > What if someone accidentally reset it or reassigned it somewhere, it would Okay, I'll make this change for the next patchset. -- To view, visit https://asterix-gerrit.ics.uci.edu/2045 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I8f493c1fa977d07dfe8a875f9ebe9515d01d1473 Gerrit-PatchSet: 6 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Steven Jacobs Gerrit-Reviewer: Dmitry Lychagin Gerrit-Reviewer: Ildar Absalyamov Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Steven Jacobs Gerrit-Reviewer: Till Westmann Gerrit-Reviewer: Xikui Wang Gerrit-Reviewer: abdullah alamoudi Gerrit-HasComments: Yes