fluent / fluent/fluent-logger-python

Document if Sender is fork-safe.

未關閉
#60 7 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
457
分支
138
PR 合併指標
30 天內沒有已合併 PR

描述

Consider a scenario where:
- master process attaches fluent Sender or logging Handler
- master process forks off a bunch of worker processes
- workers use handler

Will the socket get cloned or reopened?
Does fluent logger expect a response from fluentd?
If it does, can the response be read out by wrong sender process?

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

首先,追蹤 Python Sender 與 logging Handler 在 fork 的 worker process 之間的行為。確認 socket 是被複製還是重新開啟、是否預期會收到 fluentd 回應,以及其他 sender 是否可能讀取這些回應。完成的標準是清楚記錄 fork 安全行為及其使用上的影響。

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

評估

技術堆疊
python
領域
documentation
Issue 類型
文件
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
需要釐清
新手友好度
35/100

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

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