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 6F6992009A8 for ; Tue, 17 May 2016 21:38:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6E00F1609F5; Tue, 17 May 2016 19:38:16 +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 B70871607A8 for ; Tue, 17 May 2016 21:38:15 +0200 (CEST) Received: (qmail 58367 invoked by uid 500); 17 May 2016 19:38:15 -0000 Mailing-List: contact notifications-help@asterixdb.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.incubator.apache.org Delivered-To: mailing list notifications@asterixdb.incubator.apache.org Received: (qmail 58358 invoked by uid 99); 17 May 2016 19:38:14 -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; Tue, 17 May 2016 19:38:14 +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 874601804AF for ; Tue, 17 May 2016 19:38:14 +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-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id d6f-x2hbgJFb for ; Tue, 17 May 2016 19:38:12 +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 ADE5C60CDA for ; Tue, 17 May 2016 19:38:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id 4A970241DD7; Tue, 17 May 2016 12:38:31 -0700 (PDT) Date: Tue, 17 May 2016 12:38:31 -0700 From: "Murtadha Hubail (Code Review)" CC: Jenkins , Young-Seok Kim Reply-To: hubailmor@gmail.com X-Gerrit-MessageType: comment Subject: Change in asterixdb[master]: Make job recovery memory configurable X-Gerrit-Change-Id: Ief359eae2352408c0cbfd37b0e3a1e758c78e0dd X-Gerrit-ChangeURL: X-Gerrit-Commit: b8f592c9e788196d4892f19abe3bce2fa172fe1c 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: <20160517193831.4A970241DD7@unhygienix.ics.uci.edu> archived-at: Tue, 17 May 2016 19:38:16 -0000 Murtadha Hubail has posted comments on this change. Change subject: Make job recovery memory configurable ...................................................................... Patch Set 3: (1 comment) https://asterix-gerrit.ics.uci.edu/#/c/852/3/hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/StorageUtil.java File hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/StorageUtil.java: Line 73: > Plz add comments and an example for the return value considering that the m I changed it to use two decimal places and added example in the doc. String.format(.) by default rounds up the last decimal place. -- To view, visit https://asterix-gerrit.ics.uci.edu/852 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ief359eae2352408c0cbfd37b0e3a1e758c78e0dd Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Murtadha Hubail Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Murtadha Hubail Gerrit-Reviewer: Young-Seok Kim Gerrit-HasComments: Yes