Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A21FBF2EC for ; Mon, 8 Apr 2013 19:03:04 +0000 (UTC) Received: (qmail 50891 invoked by uid 500); 8 Apr 2013 19:03:03 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 50791 invoked by uid 500); 8 Apr 2013 19:03:03 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 50782 invoked by uid 99); 8 Apr 2013 19:03:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 19:03:03 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.214.45 as permitted sender) Received: from [209.85.214.45] (HELO mail-bk0-f45.google.com) (209.85.214.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 19:02:58 +0000 Received: by mail-bk0-f45.google.com with SMTP id j10so3241573bkw.32 for ; Mon, 08 Apr 2013 12:02:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=K92cl+grkEPonCJQprjRMuQGC2KUr68Uydk2yPAlHy4=; b=L9Oe8lukrpyRHs1KRrNmZVsHZsGA0Ziqxx/x1MrUOsLYfqRn0zreWt0/kAm8Wbfel2 QBMuOIEsGSSekr3n0mXK1eCoGhhiAYpB1kGywoijLarbHf1IPHpBokq3zCjeguCMEEvC XYaQXvV7NHvRXUl1Q4Y//WXgWph9nJ4hbbOMNWAZq6pDFlr20q8u6VBVU9pYjCp7675c ludXjiBWhgOgUJQTnTEGvNh2lS77oWzwZlk174QZ6NStnj9uSPlw8yBhPJXl2iBesgsI QWTm0Tj5kTlb5vdA7UYuGtFZkPNwcuU8T4+xp5upx0UVLiPv/9CkFNXHgZfVgjINZhur U5xw== MIME-Version: 1.0 X-Received: by 10.204.135.12 with SMTP id l12mr4300890bkt.101.1365447757099; Mon, 08 Apr 2013 12:02:37 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.204.147.22 with HTTP; Mon, 8 Apr 2013 12:02:36 -0700 (PDT) In-Reply-To: References: Date: Mon, 8 Apr 2013 12:02:36 -0700 X-Google-Sender-Auth: 0GPW-OUB2pfnA6VWWEpJ8gvPnYg Message-ID: Subject: Re: Recording test results ERROR: Failed to archive test From: Stack To: HBase Dev List Content-Type: multipart/alternative; boundary=047d7bdc86c485b69304d9de1448 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdc86c485b69304d9de1448 Content-Type: text/plain; charset=UTF-8 On Mon, Apr 8, 2013 at 10:40 AM, Nicolas Liochon wrote: > It seems random, but frequent: > https://builds.apache.org/job/PreCommit-HBASE-Build/5181/console > https://builds.apache.org/job/PreCommit-HBASE-Build/5182/console > https://builds.apache.org/job/PreCommit-HBASE-Build/5184/console > > In 4955, I have errors related to maven (it seems the last version of > surefire uses more memory than before), so increasing the memory for maven > will be useful anyway I think. But as we use a 32bits jvm on hadoop*, the > limit is likely around 3.5Gb.. > > Cheers, > I looked at first job. We have tests writing 10M of logs which is totally obnoxious but probably not the root of this jenkins memory issue: durruti:trunk stack$ find . -size +10M ./hbase-server/target/surefire-reports/org.apache.hadoop.hbase.client.TestAdmin-output.txt ./hbase-server/target/surefire-reports/org.apache.hadoop.hbase.client.TestCloneSnapshotFromClient-output.txt ./hbase-server/target/surefire-reports/org.apache.hadoop.hbase.client.TestFromClientSide-output.txt ./hbase-server/target/surefire-reports/org.apache.hadoop.hbase.client.TestFromClientSide3-output.txt ./hbase-server/target/surefire-reports/org.apache.hadoop.hbase.client.TestMultiParallel-output.txt ./hbase-server/target/surefire-reports/org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClient-output.txt ./hbase-server/target/surefire-reports/org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction-output.txt ./hbase-server/target/surefire-reports/org.apache.hadoop.hbase.regionserver.wal.TestHLogSplit-output.txt ./hbase-server/target/surefire-reports/org.apache.hadoop.hbase.regionserver.wal.TestHLogSplitCompressed-output.txt ./hbase-server/target/surefire-reports/org.apache.hadoop.hbase.snapshot.TestFlushSnapshotFromClient-output.txt ./hbase-server/target/surefire-reports/org.apache.hadoop.hbase.TestAcidGuarantees-output.txt ./hbase-server/target/surefire-reports/org.apache.hadoop.hbase.util.TestHBaseFsck-output.txt Let me mess w/ upping the maven size but yeah, not sure how to get us more jenkins memory. Is it always on same machines that we fail? St.Ack --047d7bdc86c485b69304d9de1448--