From issues-return-5324-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Tue Apr 20 09:08:43 2010 Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 28212 invoked from network); 20 Apr 2010 09:08:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Apr 2010 09:08:43 -0000 Received: (qmail 7372 invoked by uid 500); 20 Apr 2010 09:08:43 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 7308 invoked by uid 500); 20 Apr 2010 09:08:41 -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 7288 invoked by uid 99); 20 Apr 2010 09:08:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 09:08:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 09:08:34 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 0D92315F0144 for ; Tue, 20 Apr 2010 04:08:13 -0500 (CDT) Date: Tue, 20 Apr 2010 04:08:13 -0500 (CDT) From: "Brett Porter (JIRA)" To: issues@continuum.apache.org Message-ID: <18017733.2013.1271754493053.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <17032736.98194.1267602475248.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Updated: (CONTINUUM-2476) Projects are not built in the correct build agent when the project is already in the build queue and then triggered to be built again MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated CONTINUUM-2476: ------------------------------------ Fix Version/s: (was: 1.4.1 (Beta)) 1.4.0 (Beta) > Projects are not built in the correct build agent when the project is already in the build queue and then triggered to be built again > ------------------------------------------------------------------------------------------------------------------------------------- > > Key: CONTINUUM-2476 > URL: http://jira.codehaus.org/browse/CONTINUUM-2476 > Project: Continuum > Issue Type: Bug > Components: Distributed Builds > Affects Versions: 1.3.5 (Beta) > Reporter: Maria Odea Ching > Assignee: Maria Catherine Tan > Fix For: 1.4.0 (Beta) > > > For example, you have two build agents configured (BA1 and BA2) and you also have two schedules configured (WINDOWS_DEV_BUILD and NIGHTLY_BUILD). Now, let's say your WINDOWS_DEV_BUILD runs at 6pm, 8pm and 10pm, while your NIGHLTY_BUILD runs at 11pm. You have a set of projects which have two build definitions, BDEF1 which is attached to the WINDOWS_DEV_BUILD schedule and targeted to build at build agent BA1, and BDEF2 which is set to "always build" and is attached to the NIGHTLY_BUILD schedule and targeted to build at build agent BA2. > At 10pm, the WINDOWS_DEV_BUILD schedule fires and queues the attached projects in BA1. Let's say the build is slow and by 11pm, some of the projects haven't finished building and were still queued. When the NIGHTLY_BUILD schedule fires, the same set of projects are added to the build queue. If you look at the Queues page, you will see that they are also queued in build agent BA1 whereas they should have been queued in build agent BA2 (where they were targeted to build). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira