[Swift-commit] r2053 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sat Jun 7 08:58:02 CDT 2008


Author: benc
Date: 2008-06-07 08:58:02 -0500 (Sat, 07 Jun 2008)
New Revision: 2053

Modified:
   trunk/libexec/vdl-int.k
Log:
move execution end log nearer the end of actual execution (further forwards in time) and replace the existing end log location with STAGING_OUT

Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k	2008-06-07 13:00:09 UTC (rev 2052)
+++ trunk/libexec/vdl-int.k	2008-06-07 13:58:02 UTC (rev 2053)
@@ -409,7 +409,7 @@
 							
 						checkJobStatus(rhost, wfdir, jobid, tr, jobdir)
 		
-						log(LOG:DEBUG, "JOB_END jobid={jobid}")
+						log(LOG:DEBUG, "STAGING_OUT jobid={jobid}")
 
 									
 						/* need to stage the files to upper scratch area in case they are not transfered to another site
@@ -427,6 +427,7 @@
 							discard(transferWrapperLog(rhost, wfdir, jobid, jobdir))
 						)
 						vdl:cacheUnlockFiles(stagein, sharedDir, rhost, cleanupFiles(cacheFilesToRemove, rhost))
+						log(LOG:DEBUG, "JOB_END jobid={jobid}")
 					)
 					catch("^Abort$"
 						log(LOG:DEBUG, "JOB_CANCELED jobid={jobid}")




More information about the Swift-commit mailing list