[Java][FlightRPC] FlightServer can leak during cleanup
オープン
- 主要言語
- Java
- スター
- 94
- フォーク
- 152
- 平均マージ
- 3日 16時間
- マージ済み PR(30日)
- 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