Issue Details (XML | Word | Printable)

Key: CONTINUUM-1635
Type: Wish Wish
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Maria Odea Ching
Reporter: Olivier Dehon
Votes: 4
Watchers: 7
Operations

If you were logged in you would be able to see more operations.
Continuum

Manage configurable number of parallel build queues

Created: 26/Jan/08 07:47 AM   Updated: 16/Jan/09 04:18 AM   Resolved: 16/Jan/09 04:18 AM
Component/s: Core system, Database
Affects Version/s: 1.1
Fix Version/s: 1.3.1 (Alpha)

Time Tracking:
Not Specified

Environment: Any
Issue Links:
Related
 

Complexity: Intermediate


 Description  « Hide

Continuum should be able to manage a configurable number of parallel checkout and build queues.
At the moment, the only way I have found to achieve that is to duplicate the continuum plexus webapp JAR, and configure each instance with its own context URL and to store its data in a separate continuum database, all sharing the same users database.

This allows for less contention on the (currently unique) build queue.

-Olivier



Wendy Smoak added a comment - 26/Jan/08 07:58 AM

Possible duplicate of CONTINUUM-265, or at least related.

We need to be careful with concurrent builds for Maven 2 projects; they would need separate local repositories.

http://docs.codehaus.org/display/MAVEN/Local+repository+separation


deckrider added a comment - 12/Jul/08 10:33 AM

I urgently need this also.

There should be configuration to permit N number of concurrent builds, and for each one defined, a different local repository must be specified, or at least a different settings.xml, which then could specify a different repository.

This will avoid any problem with waiting until MNG-2802 is fixed.


deckrider added a comment - 22/Sep/08 08:18 AM

I see in http://continuum.apache.org/docs/1.2/release-notes.html that "now it's possible to configure a local m2 repository per project group". This is excellent!

Now as an interim measure, can each project group run builds in parallel with other project groups?


Maria Odea Ching added a comment - 16/Jan/09 04:18 AM

Closing issue since this is already covered in the implementation of CONTINUUM-265.