[Swift-commit] cog r3579

swift at ci.uchicago.edu swift at ci.uchicago.edu
Sat Feb 2 02:45:09 CST 2013


------------------------------------------------------------------------
r3579 | hategan | 2013-02-02 02:43:47 -0600 (Sat, 02 Feb 2013) | 1 line

removed unused debug stuff
------------------------------------------------------------------------
Index: modules/karajan/src/org/globus/cog/karajan/workflow/nodes/grid/AllocateHost.java
===================================================================
--- modules/karajan/src/org/globus/cog/karajan/workflow/nodes/grid/AllocateHost.java	(revision 3578)
+++ modules/karajan/src/org/globus/cog/karajan/workflow/nodes/grid/AllocateHost.java	(working copy)
@@ -41,8 +41,6 @@
 		this.setQuotedArgs(true);
 	}
 
-	private static Map<Task, Long> stimes = Collections.synchronizedMap(new HashMap<Task, Long>());
-
 	protected void partialArgumentsEvaluated(VariableStack stack) throws ExecutionException {
 		Object constraints = A_CONSTRAINTS.getValue(stack);
 		try {
@@ -63,7 +61,6 @@
 				Contact contact = s.allocateContact(constraints);
 				t.setVirtualContact(contact);
 				s.addJobStatusListener(this, t);
-				stimes.put(t, System.currentTimeMillis());
 				s.enqueue(t, new Contact[] { contact });
 			}
 		}



More information about the Swift-commit mailing list