[Swift-commit] r2119 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Jul 16 06:52:58 CDT 2008


Author: benc
Date: 2008-07-16 06:52:58 -0500 (Wed, 16 Jul 2008)
New Revision: 2119

Modified:
   trunk/libexec/execute-default.k
   trunk/libexec/vdl-int.k
Log:
rearrange progress indicators for site selection and site retry to give a better sense of which jobs are waiting to run for the first time vs jobs which have been attempted at least once

Modified: trunk/libexec/execute-default.k
===================================================================
--- trunk/libexec/execute-default.k	2008-07-15 21:50:19 UTC (rev 2118)
+++ trunk/libexec/execute-default.k	2008-07-16 11:52:58 UTC (rev 2119)
@@ -14,6 +14,7 @@
 					sequential(
 						echo("{tr} started")
 						log(LOG:INFO, "START thread={#thread} tr={tr}") 
+						vdl:setprogress("Selecting site")
 						restartOnError(".*", vdl:configProperty("execution.retries"),
 							replicationChannel := channel()
 							discard(append(replicationChannel, true)) //trigger the first job

Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k	2008-07-15 21:50:19 UTC (rev 2118)
+++ trunk/libexec/vdl-int.k	2008-07-16 11:52:58 UTC (rev 2119)
@@ -362,7 +362,6 @@
 			replicationGroup, replicationChannel]
 			stagein := list(unique(each(stagein)))
 			stageout := list(unique(each(stageout)))
-			vdl:setprogress("Selecting site")
 			allocateHost(rhost, constraints=vdl:jobConstraints(tr)
 				
 				[wfdir, sharedDir] := try(




More information about the Swift-commit mailing list