Return-Path: X-Original-To: apmail-aurora-issues-archive@minotaur.apache.org Delivered-To: apmail-aurora-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1012D10DC1 for ; Thu, 22 Jan 2015 21:47:04 +0000 (UTC) Received: (qmail 17621 invoked by uid 500); 22 Jan 2015 21:46:57 -0000 Delivered-To: apmail-aurora-issues-archive@aurora.apache.org Received: (qmail 17581 invoked by uid 500); 22 Jan 2015 21:46:57 -0000 Mailing-List: contact issues-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list issues@aurora.incubator.apache.org Received: (qmail 17572 invoked by uid 99); 22 Jan 2015 21:46:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 21:46:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 22 Jan 2015 21:46:56 +0000 Received: (qmail 16431 invoked by uid 99); 22 Jan 2015 21:46:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 21:46:36 +0000 Date: Thu, 22 Jan 2015 21:46:36 +0000 (UTC) From: "Bill Farner (JIRA)" To: issues@aurora.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AURORA-1050) test_end_to_end.sh is failing on master MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AURORA-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14288270#comment-14288270 ] Bill Farner commented on AURORA-1050: ------------------------------------- A bisect between 116ee2daa85aa4d0b7528b4457454d0a0debefbd and 1c53b94810e5b778ebf9c52da29f06b6a1cf7c29 indeed called out the commit i suspected: {noformat} 6cf0dea80d4fae5450e015da9a5be9a943ac393c is the first bad commit commit 6cf0dea80d4fae5450e015da9a5be9a943ac393c Author: Zameer Manji Date: Fri Jan 16 17:23:34 2015 -0800 Bump the minimum allocation for thermos to 256MB of RAM. This increase will prevent jobs with small resource requirements from OOMing if there is no executor overhead. Testing Done: ./gradlew clean test Bugs closed: AURORA-1021 Reviewed at https://reviews.apache.org/r/30000/ :040000 040000 e20e1cee4b38ffb67f281d07f73240e393475e05 59685c8db99b4b1691ac0972d36e4c27131d0f43 M src bisect run success {noformat} > test_end_to_end.sh is failing on master > --------------------------------------- > > Key: AURORA-1050 > URL: https://issues.apache.org/jira/browse/AURORA-1050 > Project: Aurora > Issue Type: Bug > Components: Testing > Reporter: Bill Farner > Priority: Blocker > > A task is going lost with the following message: > {noformat} > LOST : Task uses more resources cpus(*):0.75; disk(*):64; mem(*):257; ports(*):[31281-31281] than available cpus(*):3.97; disk(*):19997; mem(*):256; ports(*):[31000-32000] > {noformat} > I suspect this was caused by the fix for AURORA-1021, will git-bisect and confirm. -- This message was sent by Atlassian JIRA (v6.3.4#6332)