Better handle session expired issue
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| taskflow |
High
|
Joshua Harlow |
Bug Description
After a seemingly bad job fail to be claimed, taskflow worker run into this issue:
https:/
Most important part is:
JobFailure: Claiming failure:
session expired#012 SessionExpiredError
Seems session to zookeeper expired after a job claim failure. Need a better failure mechanism for this situation.
Changed in taskflow: | |
importance: | Undecided → High |
assignee: | nobody → Joshua Harlow (harlowja) |
OpenStack Infra (hudson-openstack) wrote : | #2 |
Related fix proposed to branch: master
Review: https:/
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 67b9e4115363173
Author: Joshua Harlow <email address hidden>
Date: Tue Mar 15 09:52:03 2016 -0700
Add periodic jobboard refreshing (incase of sync issues)
Related-Bug: #1557107
Change-Id: I42672ef63ef02e
OpenStack Infra (hudson-openstack) wrote : | #4 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 35a9305f172ed89
Author: Joshua Harlow <email address hidden>
Date: Tue Mar 15 10:50:00 2016 -0700
Ensure the fetching jobs does not fetch anything when in bad state
When the underlying connection is in LOST or SUSPENDED mode do not
allow jobs to be iterated over (and clear the local cache when the
connection has been LOST).
Related-Bug: #1557107
Change-Id: Ic0a2ab2519ff8a
OpenStack Infra (hudson-openstack) wrote : | #5 |
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit c985dbb63de2b28
Author: Joshua Harlow <email address hidden>
Date: Thu Mar 17 22:48:12 2016 -0700
Avoid log warning when closing is underway (on purpose)
Related-Bug: #1557107
Change-Id: I8b2f327dadbf03
Changed in taskflow: | |
status: | New → In Progress |
Related fix proposed to branch: master /review. openstack. org/293075
Review: https:/