Leftover resource_tracker processes
- 主要語言
- Jupyter Notebook
- 星號
- 2.6k
- 分支
- 1k
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I'm still not quite sure where these come from (multiprocessing for sure, but exactly where is unclear), but sometimes when starting and stopping lots of clusters, there can be quite a few processes leftover after the cluster is shutdown, like:
```
python -c from multiprocessing.resource_tracker import main;main(26)
```
When I try to track it down, I can't seem to provoke their creation on purpose, but something isn't being cleaned up right.
貢獻指南
研究方向
Start with Python's multiprocessing.resource_tracker.main and trace the cluster start and shutdown paths in ipyparallel. Reproduce repeated cluster startup and shutdown, identify where resource_tracker processes remain, and add a regression test showing that shutdown leaves no leftover processes.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- distributed-systems
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100