[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