Fix errors that are raised in the client when a controller dies or is restarted

Bug #502796 reported by Brian Granger
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
IPython
Fix Committed
Medium
Brian Granger

Bug Description

When an IPython.kernel client connects to a controller and then the controller dies or is restarted, a number of errors pop up. These need to be tracked down and fixed.

Changed in ipython:
importance: Undecided → Medium
status: New → Confirmed
assignee: nobody → Brian Granger (ellisonbg)
milestone: none → 0.11
Revision history for this message
Brian Granger (ellisonbg) wrote :

* Fixed the unhandled :class:`DeadReferenceError`` exception that was happening
  in :mod:`IPython.kernel.multiengineclient' and :mod:`IPython.kernel.taskclient`
  when the controller died or restarted. Now we capture that error
  and raises a :class:`IPython.kernel.error.ConnectionError` that has a
  better error message.

Changed in ipython:
status: Confirmed → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.