fdb_chg_ip_tun throwing exception because fdb_entries not in correct format
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Kevin Benton | ||
Kilo |
New
|
Undecided
|
Unassigned |
Bug Description
I've been trying to track down failures in the DVR multinode job. I'm now tripping over this one.
For context I've been focusing on a single change, but if you see a failure in the gate-tempest-
The screen-q-agt log shows a traceback here:
<snip>
2016-01-18 10:11:29.724 12932 ERROR oslo_messaging.
2016-01-18 10:11:29.724 12932 ERROR oslo_messaging.
2016-01-18 10:11:29.724 12932 ERROR oslo_messaging.
2016-01-18 10:11:29.724 12932 ERROR oslo_messaging.
The info passed to fdb_chg_ip_tun() should have a "PortInfo" namedtuple as data, but from the line before we can see it doesn't:
DEBUG neutron.
So from this it's clear that _unmarshall_
Looking over in screen-q-svc.log for the info before the RPC call finds:
DEBUG neutron.
This is the message right before _marshall_
I'm just starting to look at this now, but maybe someone more familiar with l2pop has a guess at what's broken.
Changed in neutron: | |
assignee: | nobody → Brian Haley (brian-haley) |
Changed in neutron: | |
importance: | Undecided → High |
Changed in neutron: | |
assignee: | Kevin Benton (kevinbenton) → Brian Haley (brian-haley) |
Changed in neutron: | |
assignee: | Brian Haley (brian-haley) → venkata anil (anil-venkata) |
Changed in neutron: | |
assignee: | venkata anil (anil-venkata) → Kevin Benton (kevinbenton) |
Fix proposed to branch: master /review. openstack. org/272986
Review: https:/