fluent / fluent/fluent-logger-python
Document if Sender is fork-safe.
未关闭
- 主要语言
- 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