[Java][FlightRPC] FlightServer can leak during cleanup
未关闭
- 主要语言
- Java
- 星标
- 94
- 派生
- 152
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 11
描述
### Describe the bug, including details regarding any error messages, version, and platform.
In apache/arrow#38318 , a few Flight tests were flakey due to occasionally leaking during cleanup. The leaks were coming from the server's allocator specifically. A workaround is to cleanup child allocators, however it would be best to determine the root cause of the leak and not have to manually clean-up child allocators.
### Component(s)
FlightRPC, Java
贡献指南
调研方向
首先跟踪 Java FlightRPC 实现中的 FlightServer 清理过程及其 allocator 生命周期。检查 apache/arrow#38318 中描述的 flaky Flight 测试,并复现清理行为。完成的标准是:在不手动清理子 allocator 的情况下,识别并修复 server allocator 泄漏,并且受影响的测试通过。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- backend-api-design
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100