From commits-return-27962-archive-asf-public=cust-asf.ponee.io@geode.apache.org Wed Aug 15 00:26:13 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C258F180654 for ; Wed, 15 Aug 2018 00:26:12 +0200 (CEST) Received: (qmail 27039 invoked by uid 500); 14 Aug 2018 22:26:11 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 27030 invoked by uid 99); 14 Aug 2018 22:26:11 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2018 22:26:11 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 52CC885442; Tue, 14 Aug 2018 22:26:11 +0000 (UTC) Date: Tue, 14 Aug 2018 22:26:10 +0000 To: "commits@geode.apache.org" Subject: [geode] branch develop updated: Reducing the parallelism of DistributedTest MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153428557018.19738.6887115131114894760@gitbox.apache.org> From: upthewaterspout@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: 83c6c0929e748646fd22871f6726746235b2a5cb X-Git-Newrev: 1d8c322574f52ca356d8cc5b8049e782005f9dba X-Git-Rev: 1d8c322574f52ca356d8cc5b8049e782005f9dba X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. upthewaterspout pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 1d8c322 Reducing the parallelism of DistributedTest 1d8c322 is described below commit 1d8c322574f52ca356d8cc5b8049e782005f9dba Author: Dan Smith AuthorDate: Tue Aug 14 15:26:04 2018 -0700 Reducing the parallelism of DistributedTest We were seeing 5% of our builds fail with membership errors due to heartbeat timeouts. We also see that the DistributedTest job is running with a 300 load average. Reducing the parallelism to avoid overloading the machine. --- ci/pipelines/geode-build/test-stubs/distributed.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/pipelines/geode-build/test-stubs/distributed.yml b/ci/pipelines/geode-build/test-stubs/distributed.yml index da4ca1c..aa5fd27 100644 --- a/ci/pipelines/geode-build/test-stubs/distributed.yml +++ b/ci/pipelines/geode-build/test-stubs/distributed.yml @@ -22,11 +22,11 @@ metadata: dunit: parallel: true # max number of docker containers to run, generally cpus/2 - forks: 48 + forks: 24 cpus: 96 # specified in Gigabytes. ram: 180 # specified in seconds - call_stack_timeout: 3600 - timeout: 1h15m + call_stack_timeout: 7200 + timeout: 2h15m size: []