[2.2] Failure while handling notification to 'event'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Critical
|
Blake Rouse |
Bug Description
I saw the following traceback[1] after doing the following:
(1) Add a pod and letting the pod add machines, which moved to "Commissioning" state.
(2) Delete all the machines that were added.
(3) Go to the pod details and select "Refresh". Wait for the machines in the pod to be discovered.
(4) Select all the machines in "Commissioning" state using the UI, and then delete them.
(5) Deleting the pod itself.
If it matters, in the process I may have closed or refreshed the browser window, since it didn't seem to be responding or updating the UI.
[1]:
http://
2017-03-31 01:08:11 maasserver.
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
current.result = callback(
File "/usr/lib/
_inlineCall
--- <exception caught here> ---
File "/usr/lib/
result = result.
File "/usr/lib/
return g.throw(self.type, self.value, self.tb)
File "/usr/lib/
self.
File "/usr/lib/
result = inContext.theWork()
File "/usr/lib/
inContext.
File "/usr/lib/
return self.currentCon
File "/usr/lib/
return func(*args,**kw)
File "/usr/lib/
return func(*args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
return func_outside_
File "/usr/lib/
return func(*args, **kwargs)
File "/usr/lib/
return func(*args, **kwds)
File "/usr/lib/
return handler.
File "/usr/lib/
obj = self.listen(
File "/usr/lib/
self._meta.pk: pk
File "/usr/lib/
raise HandlerDoesNotE
maasserver.
Related branches
- Lee Trager (community): Approve
-
Diff: 35 lines (+13/-1)2 files modifiedsrc/maasserver/websockets/handlers/event.py (+4/-1)
src/maasserver/websockets/handlers/tests/test_event.py (+9/-0)
Changed in maas: | |
milestone: | none → 2.2.0rc1 |
tags: | added: rsd |
Changed in maas: | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in maas: | |
milestone: | 2.2.0rc1 → 2.2.0rc2 |
importance: | High → Critical |
Changed in maas: | |
status: | Triaged → In Progress |
assignee: | nobody → Blake Rouse (blake-rouse) |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |