Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Mark KellyMark KellyReporter
Mark KellyMark KellyPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Mark Kelly
Mark KellyReporter
Mark Kelly
Mark KellyPriority
Fix versions
Pull Request URL
Created July 27, 2016 at 7:13 PM
Updated August 31, 2016 at 4:40 PM
Resolved August 31, 2016 at 4:40 PM
workunit routine waitForWorkUnit() loops querying WU state and if running gets WU session id then checks if session is still present. There is a very rare but possible chance the WU could have ended cleanly between query for running state and check for session id still present.
We could conn->reload() after check for session id present fails, and then query state again to see if state changed to completed/failed/aborted to know its not an unexpected termination. But is that really doing anything meaningful ? Not sure what check for session id present is really for.