[Swift-devel] status race in batch mode local execution
    Ben Clifford 
    benc at hawaga.org.uk
       
    Thu Jan 31 12:00:55 CST 2008
    
    
  
in batch mode local execution, there's a status race which makes batch 
job sometimes go Submitted->Completed->Active
I have seen this manifest in cleanup jobs at the end of a workflow.
the task gets set to ACTIVE in the run method in the new execution thread, 
but in the case of a batch job gets set to COMPLETED in the submitting 
thread; these two status-sets are unordered.
-- 
    
    
More information about the Swift-devel
mailing list