Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.4 (Beta)
-
Fix Version/s: 1.4.0 (Beta)
-
Component/s: Distributed Builds
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Watching the continuum.log file on the master with distributed builds enabled, I can't tell what projects are building or where they're going (to which agent).
Here are some example log messages:
2009-09-28 08:05:11,467 [btpool0-6] INFO org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportClient - Checking if project group is in queue
2009-09-28 08:05:11,620 [btpool0-6] INFO org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportClient - Retrieving build size of agent
2009-09-28 08:05:11,649 [pool-10-thread-1] INFO org.apache.continuum.builder.distributed.executor.DistributedBuildProjectTaskExecutor - initializing buildContext
2009-09-28 08:05:13,380 [pool-10-thread-1] INFO org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportClient - Building projects.
2009-09-28 08:05:13,421 [btpool0-6] INFO org.apache.continuum.distributed.transport.master.MasterBuildAgentTransportServer - Start prepare build.
2009-09-28 08:05:24,892 [btpool0-6] INFO org.apache.continuum.distributed.transport.master.MasterBuildAgentTransportServer - Start prepare build.
2009-09-28 08:05:25,473 [pool-3-thread-1] INFO org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportClient - Building projects.
2009-09-28 08:05:25,491 [btpool0-7] INFO org.apache.continuum.distributed.transport.master.MasterBuildAgentTransportServer - Start prepare build.
2009-09-28 08:05:26,350 [btpool0-0] INFO org.apache.continuum.distributed.transport.master.MasterBuildAgentTransportServer - Prepare build finished.
2009-09-28 08:05:26,503 [btpool0-0] INFO org.apache.continuum.distributed.transport.master.MasterBuildAgentTransportServer - Start prepare build.
2009-09-28 08:05:26,507 [btpool0-7] INFO org.apache.continuum.distributed.transport.master.MasterBuildAgentTransportServer - Retrieving environments
2009-09-28 08:05:26,883 [btpool0-7] INFO org.apache.continuum.distributed.transport.master.MasterBuildAgentTransportServer - Checking if project should build
2009-09-28 08:05:27,080 [btpool0-7] INFO org.apache.continuum.builder.distributed.DefaultDistributedBuildService - The project build is forced, building
2009-09-28 08:05:27,101 [btpool0-7] INFO org.apache.continuum.distributed.transport.master.MasterBuildAgentTransportServer - Start project build.
2009-09-28 08:05:27,368 [btpool0-7] INFO org.apache.continuum.distributed.transport.master.MasterBuildAgentTransportServer - Start updating project
2009-09-28 08:05:32,119 [btpool0-6] INFO org.apache.continuum.distributed.transport.master.MasterBuildAgentTransportServer - Build result returned.
These all need to say what project/group/agent is involved.
It is not until a build finishes that you find out what project was building:
2009-09-28 08:05:32,120 [btpool0-6] INFO org.apache.continuum.builder.distributed.DefaultDistributedBuildService - update build result of project '1'
sounds like something that needs fixing for general use?