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 12838200B93 for ; Sat, 1 Oct 2016 21:40:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0C30C160AD7; Sat, 1 Oct 2016 19:40:45 +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 51169160AD5 for ; Sat, 1 Oct 2016 21:40:44 +0200 (CEST) Received: (qmail 46539 invoked by uid 500); 1 Oct 2016 19:40:43 -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 46520 invoked by uid 99); 1 Oct 2016 19:40:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Oct 2016 19:40:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2DEB61804B5 for ; Sat, 1 Oct 2016 19:40:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-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-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id jz-Bpi0v3IZ5 for ; Sat, 1 Oct 2016 19:40:41 +0000 (UTC) Received: from unhygienix.ics.uci.edu (unhygienix.ics.uci.edu [128.195.14.130]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D03785FBDC for ; Sat, 1 Oct 2016 19:40:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id 7244F24207A; Sat, 1 Oct 2016 12:40:40 -0700 (PDT) Date: Sat, 1 Oct 2016 12:40:40 -0700 From: "abdullah alamoudi (Code Review)" CC: Jenkins , Till Westmann , Yingyi Bu , Michael Blow Reply-To: bamousaa@gmail.com X-Gerrit-MessageType: comment Subject: Change in asterixdb[master]: ASTERIXDB-1642,ASTERIXDB-1657,ASTERIXDB-1658 Fix Task Failur... X-Gerrit-Change-Id: I2ec2c798b704ca426d5937f22e6d2bd394a9095a X-Gerrit-ChangeURL: X-Gerrit-Commit: fbbf77bc8ac38390b528d815ad824d5ade6a1fe4 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.8.4 Message-Id: <20161001194040.7244F24207A@unhygienix.ics.uci.edu> archived-at: Sat, 01 Oct 2016 19:40:45 -0000 abdullah alamoudi has posted comments on this change. Change subject: ASTERIXDB-1642,ASTERIXDB-1657,ASTERIXDB-1658 Fix Task Failure Handling ...................................................................... Patch Set 8: (2 comments) https://asterix-gerrit.ics.uci.edu/#/c/1197/8/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/src/main/java/org/apache/hyracks/control/nc/work/StartTasksWork.java File hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/src/main/java/org/apache/hyracks/control/nc/work/StartTasksWork.java: Line 103: Task task = null; > revert joblet and task declarations to where they used to be? can't as we need to access them in the catch block. Line 179: LOGGER.log(Level.WARNING, "Failure acquiring a joblet. Task has most likely been aborted", e); > This if block is no longer needed? theoretically, it is not needed because of the ordering of the work queues. but I would like to keep it just because I feel we didn't cover all the possible scenarios -- To view, visit https://asterix-gerrit.ics.uci.edu/1197 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I2ec2c798b704ca426d5937f22e6d2bd394a9095a Gerrit-PatchSet: 8 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: abdullah alamoudi Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Michael Blow Gerrit-Reviewer: Till Westmann Gerrit-Reviewer: Yingyi Bu Gerrit-Reviewer: abdullah alamoudi Gerrit-HasComments: Yes