|
From: <ha...@us...> - 2008-02-12 17:36:06
|
Revision: 1897
http://cogkit.svn.sourceforge.net/cogkit/?rev=1897&view=rev
Author: hategan
Date: 2008-02-12 09:36:02 -0800 (Tue, 12 Feb 2008)
Log Message:
-----------
some temp fixes; this should be removed in the future
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/scheduler/SSHThrottlingFailureHandler.java
Modified: trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/scheduler/SSHThrottlingFailureHandler.java
===================================================================
--- trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/scheduler/SSHThrottlingFailureHandler.java 2008-02-12 17:35:15 UTC (rev 1896)
+++ trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/scheduler/SSHThrottlingFailureHandler.java 2008-02-12 17:36:02 UTC (rev 1897)
@@ -38,9 +38,11 @@
}
else {
Status status = new StatusImpl();
+ //TODO this will, of course, break now that there's
+ //logic to handle out-of-order status events
status.setStatusCode(Status.UNSUBMITTED);
t.setStatus(status);
- s.enqueue(t, null);
+ s.enqueue(t, s.getConstraints(t));
return true;
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|