saga-project / BigJob

SAGA-based Pilot-Job Implementation for Compute and Data
http://saga-project.github.com/BigJob/
Other
19 stars 8 forks source link

BJ/SAGA-Python infinite loop with direct binding #132

Closed ashleyz closed 10 years ago

ashleyz commented 11 years ago

Posting to get an issue # to upload everything...

ashleyz commented 11 years ago

Hit this while testing something else to try and resolve an open BJ bug which might have been fixed.

06/10/2013 04:25:23 PM - bigjob - DEBUG - Total Jobs: 256 States: {'Unknown': 165, 'Running': 3, 'Done': 83, 'New': 5}
06/10/2013 04:25:40 PM - bigjob - DEBUG - Total Jobs: 256 States: {'Unknown': 138, 'Running': 3, 'Done': 108, 'New': 7}
06/10/2013 04:25:57 PM - bigjob - DEBUG - Total Jobs: 256 States: {'Unknown': 113, 'Running': 7, 'Done': 127, 'New': 9}
06/10/2013 04:26:14 PM - bigjob - DEBUG - Total Jobs: 256 States: {'Unknown': 92, 'Running': 3, 'Done': 151, 'New': 10}
06/10/2013 04:26:30 PM - bigjob - DEBUG - Total Jobs: 256 States: {'Unknown': 68, 'Running': 8, 'Done': 168, 'New': 12}
06/10/2013 04:26:47 PM - bigjob - DEBUG - Total Jobs: 256 States: {'Unknown': 46, 'Running': 3, 'Done': 194, 'New': 13}
06/10/2013 04:27:04 PM - bigjob - DEBUG - Total Jobs: 256 States: {'Unknown': 24, 'Running': 6, 'Done': 213, 'New': 13}
06/10/2013 04:27:21 PM - bigjob - DEBUG - Total Jobs: 256 States: {'Unknown': 20, 'Running': 6, 'Done': 215, 'New': 15}
...
06/11/2013 02:32:31 AM - bigjob - DEBUG - Total Jobs: 256 States: {'Unknown': 20, 'Running': 6, 'Done': 215, 'New': 15}

Full logs at https://github.com/ashleyz/issues-repo/tree/master/132

Of note is that in the stderr it says it is using Bliss:

06/10/2013 11:37:59 AM - bigjob - INFO - Loading BigJob version: 0.4.130-1-g879bec5 on c424-302.stampede.tacc.utexas.edu
06/10/2013 11:38:01 AM - bigjob - INFO - Using SAGA Bliss.

But this should not be the case:

(saga-python-env)ashleyz@login2:~/issues-repo$ python
Python 2.7.3 |CUSTOM| (default, Apr 11 2012, 17:52:16) 
[GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import saga; print saga.version
0.9.6
>>> import bigjob; print bigjob.version
set to DEBUG
06/11/2013 11:40:38 AM - bigjob - INFO - Loading BigJob version: 0.4.130-65-gf17d4d7-saga-python on login2.stampede.tacc.utexas.edu
0.4.130-65-gf17d4d7-saga-python
ashleyz commented 11 years ago

Just a note -- reran with newest SAGA-Python + BJ develop-prod, and the same behavior persists. Would be happy to discuss further with any of the BJ crew :)

oleweidner commented 10 years ago

Ashley -- what is the status of this ticket? Does the problem still persist?

ashleyz commented 10 years ago

It seems to have been fixed