Add logging when pausing due to node abort
We can see the unpause in the logs, but not the pause. Change-Id: I100764bc7a8117b63e3a644c512722d5a6b255c3
This commit is contained in:
parent
048293fc1e
commit
81436b58c6
@ -698,6 +698,9 @@ class NodeRequestHandler(NodeRequestHandlerNotifications,
|
|||||||
# be created again.
|
# be created again.
|
||||||
for node in aborted_nodes:
|
for node in aborted_nodes:
|
||||||
self._satisfied_types.removeNode(node.id)
|
self._satisfied_types.removeNode(node.id)
|
||||||
|
self.log.debug(
|
||||||
|
"Pausing request handling after node abort to satisfy "
|
||||||
|
"request %s", self.request.id)
|
||||||
self.paused = True
|
self.paused = True
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user