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?

贡献指南

这个仓库没有索引到贡献指南

调研方向

Start by tracing the Python Sender and logging Handler behavior across forked worker processes. Determine whether the socket is cloned or reopened, whether fluentd responses are expected, and whether another sender could read them. Done means the fork-safety behavior and usage implications are documented clearly.

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
documentation
Issue 类型
文档
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。