aws / aws/serverless-java-container

Use Futures instead of latches to synchronize request processing

未關閉
#276 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement
主要語言
Java
星號
1.6k
分支
574
PR 合併指標
30 天內沒有已合併 PR

描述

* Framework version: 2.0
* Implementations: All

## Scenario
The framework currently uses latches on the `HttpServletResponse` implementation to wait for the completion of a request. We should change this to use Futures. This need for this was highlighted in #272 as throwing an exception without releasing the latch may cause memory leaks.

貢獻指南

開啟貢獻指南

研究方向

首先追蹤 HttpServletResponse 的實作以及請求處理期間所使用的 latch 生命週期,然後檢視 issue #272,了解可能導致 latch 未釋放的例外路徑。完成的標準是:所有實作中的請求完成都使用 Futures 而不是 latches,並且在發生例外時不會保留資源。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
java
領域
api, backend
Issue 類型
重構
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。