Darin
Darin
In kill tasks lines 128-138. scheduleSuicideTimer doesn't block so the thread creating the TASK_FINISHED message finishes possible (and in some cases often) before the executor kills the task. This can...
This is going to have to be broken into chunks. 1. Pulled out mapreduce, storm and spark (sparkstreaming in spark) responders. 2. Added methods to ResponderPlugin interface to setup a...
OS: Centos Version Python 3.7.6 Relevant packages: jupyter==1.0.0 jupyter-client==5.3.4 jupyter-console==6.1.0 jupyter-core==4.6.1 jupyter-server==0.1.1 jupyter-telemetry==0.1.0 jupyterhub==1.1.0 jupyterlab==1.2.6 jupyterlab-pygments==0.1.1 jupyterlab-server==1.0.6 qgrid==1.3.1 voila==0.1.21 widgetsnbextension==3.5.1 ### Description of Issue The following code runs fine in...