-
-
Notifications
You must be signed in to change notification settings - Fork 267
Open
Description
After updating to the 0.9.5 version I'm getting the following error:
{"detail":"Exception occurred while setting up network. 'NDB' object has no attribute '_event_queue'"}
I do find the removal of a number of entries:
- parsed netlink events | `NDB._event_queue` |
- self._event_queue = EventQueue(maxsize=100)
- return max(min(itn * 0.1, 1), self.view.ndb._event_queue.qsize() / 10)
- mqsize = self.view.ndb._event_queue.qsize()But also found a leftover, I think:
grep -r "_event_queue"
pyroute2/ndb/objects/interface.py: self.ndb._event_queue.put(update)Could you please have a look?
Thanks a lot
svinota
Metadata
Metadata
Assignees
Labels
No labels