ipython / ipython/ipyparallel

Cluster API: Improve feedback when things go wrong

未關閉
#497 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Jupyter Notebook
星號
2.6k
分支
1k
PR 合併指標
30 天內沒有已合併 PR

描述

The Cluster API traps stdout/stderr of controller and engines because it's meant to be used interactively. But that's where information about why connection failures occurred is going to be, and it's frustrating to need to start a whole new cluster with `log_level=logging.DEBUG` to get a run with output you can see.

It would be good to be able to get this info after a process died that you *didn't* expect to. The answer to this is probably to pipe process output to a *file* and keep track of that file and provide an API to retrieve it.

貢獻指南

開啟貢獻指南

研究方向

Start at the Cluster API's handling of controller and engine stdout/stderr, and trace how output is currently trapped or exposed. Done means unexpected process output is retained in a file and can be retrieved through a defined API after the process dies.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
python
領域
api, distributed-systems
Issue 類型
功能
難度
5/5
預估耗時
一週以上
活躍度
停滯
描述清晰度
基本清楚
新手友好度
30/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。