Bugzilla – Bug 4563
Job states get mixed
Last modified: 2008-03-28 11:13:24
You need to log in before you can comment on or make changes to this bug.
Dear all, It happens that GridWay mixes arriving job states if monitoring a big amount of jobs. A "handmade" solution is to raise the POLL_INTERVAL value in gwd.conf, but making GridWay wait for a job state before polling again would be very nice :-).
This bug is tightly related with the GRAM version used in EGEE. There are two possible solutions: 1.- Not polling a job until the callback of the previous polling action is received. In general, we do not want this since a callback could be lost, and so blocking further polling on the job. 2.- Time out polls, which in turn is equivalent to increment the poll time-out. I could not reproduce the behavior described neither with GRAM-WS nor with pre-WS GRAM from GT4.0.X. I have been also trying to reproduced it with the EGEE testbed without success. I change the resolution to "WORKS FOR ME", we can reopen the bug later if the situation arises again and we have more info.