JuliaParallel / JuliaParallel/DistributedNext.jl
Observability support
- 主要言語
- Julia
- スター
- 27
- フォーク
- 1
- 平均マージ
- 16分
- マージ済み PR(30日)
- 1
説明
Things that we could do:
- Keep counters that track communication statistics between workers, like the number of RPC calls and the amount of data sent/received.
- Expose a hook API so packages can register functions that will be called on sending/receiving data. Not sure about the performance implications of this.
- Read-only API to check the status of a worker, the time of last contact, and state of worker-to-worker connections.
Use cases:
- Tracking network usage between workers on HPC clusters
- Better support for profiling tools like Extrae (https://github.com/JuliaParallel/DistributedNext.jl/issues/1#issuecomment-2437194907)
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
No files or tests are named. Start by tracing worker-to-worker communication in DistributedNext.jl and review the linked Extrae discussion; first narrow whether the contribution is counters, hooks, or a worker-status API. Done requires an agreed scope and observable communication or profiling data.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- julia
- 領域
- distributed-systems, hpc, observability
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 静か
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100