ObjectDeleted error when network already removed during rescheduling
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Eugene Nikanorov | ||
Kilo |
New
|
Undecided
|
Unassigned |
Bug Description
In some cases when concurrent rescheduling occurs, the following trace is observed:
ERROR neutron.
TRACE neutron.
TRACE neutron.
TRACE neutron.
TRACE neutron.
TRACE neutron.
TRACE neutron.
TRACE neutron.
TRACE neutron.
TRACE neutron.
TRACE neutron.
TRACE neutron.
TRACE neutron.
TRACE neutron.
TRACE neutron.
Need to avoid accessing db object after it has been deleted from db as attribute access may trigger this exception.
This issue terminates periodic task of rescheduling networks.
Changed in neutron: | |
milestone: | none → kilo-3 |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | kilo-3 → 2015.1.0 |
Changed in neutron: | |
milestone: | 2015.1.0 → none |
Changed in neutron: | |
milestone: | none → liberty-1 |
status: | Fix Committed → Fix Released |
tags: | added: on-verification |
Changed in neutron: | |
milestone: | liberty-1 → 7.0.0 |
Fix proposed to branch: master /review. openstack. org/158678
Review: https:/