Distributed Master needs more detailed logging
----------------------------------------------

                 Key: CONTINUUM-2373
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2373
             Project: Continuum
          Issue Type: Improvement
          Components: Distributed Builds
    Affects Versions: 1.3.4
            Reporter: Wendy Smoak


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'


-- 
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

        

Reply via email to