You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the devel branch and setting the job_name pilot attribute the pilot fails while the job remains in queue. The job name is set correctly, but I think PMGR is checking the wrong pilot id. I see the following error in PMGR log:
I found where the error is generated. It's in the for loop in PMGR #839. In that for loop PMGR checks that the pid, which is equal to SAGA job name with the uid the pilot has. I added a debug message and here is what I got:
or something like this. Basically: use the name set in the description when that exists, otherwise use the uid. Always set pid to the uid. What do you think?
While using the devel branch and setting the
job_name
pilot attribute the pilot fails while the job remains in queue. The job name is set correctly, but I think PMGR is checking the wrong pilot id. I see the following error in PMGR log:and pmgr_launching:
The text was updated successfully, but these errors were encountered: