Return-Path: X-Original-To: apmail-continuum-issues-archive@www.apache.org Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9F7ABE4D9 for ; Fri, 8 Mar 2013 14:18:26 +0000 (UTC) Received: (qmail 55862 invoked by uid 500); 8 Mar 2013 14:18:26 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 55608 invoked by uid 500); 8 Mar 2013 14:18:21 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 54633 invoked by uid 99); 8 Mar 2013 14:18:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Mar 2013 14:18:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.24.159] (HELO codehaus01.managed.contegix.com) (63.246.24.159) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Mar 2013 14:18:13 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id D6162B04EB for ; Fri, 8 Mar 2013 08:17:52 -0600 (CST) Date: Fri, 8 Mar 2013 08:17:52 -0600 (CST) From: "Brett Porter (JIRA)" To: issues@continuum.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (CONTINUUM-2704) Shell builds are not executing concurrently MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/CONTINUUM-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=321645#comment-321645 ] Brett Porter commented on CONTINUUM-2704: ----------------------------------------- That certainly looks like the case, good catch. It would be necessary to confirm that the rest of the side effects of those methods are thread safe, but a narrower synchronization window can likely be established if needed that doesn't lock them to one at a time. Thanks for working through this. > Shell builds are not executing concurrently > ------------------------------------------- > > Key: CONTINUUM-2704 > URL: https://jira.codehaus.org/browse/CONTINUUM-2704 > Project: Continuum > Issue Type: Bug > Components: Parallel Builds > Affects Versions: 1.3.8 > Environment: Ubuntu, Tomcat > Reporter: Murali Mohan > > Continuum version 1.3.6. Deployed on Tomcat in Ubuntu. > I have 2 projects, say A and B. Each has shell builds defined and set to run in different queues. Number of parallel builds is set to 4. > The problem is that, when the shell build from A runs, it will not execute the build until the shell build from B is complete. it is almost like A is waiting for B to finish. Please note that maven builds are happily running in parallel in these 2 queues. It is only the shell build that has a problem. > To be sure that this is not an OS level problem, I started the build in B from Continuum and ran the shell script for A from command line and it worked fine - both ran in parallel. So, I think Continuum has a bottle neck somewhere. please help. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira