The GitHub Actions job "CI" on 
fluss.git/fix/netty-bytebuf-leak-on-fetch-timeout has failed.
Run started by GitHub user platinumhamburg (triggered by platinumhamburg).

Head commit for run:
3feebccd27cc7b2e372294318caf7beffbb78dfc / 白鵺 <[email protected]>
[hotfix] Fix Netty ByteBuf leak on follower fetchLog timeout

When ReplicaFetcherThread's fetchLog RPC times out via .get(timeout),
the late-arriving FetchLogResponse's pooled ByteBuf is never released,
causing Netty direct memory to grow indefinitely.

Register a thenAccept callback on the CompletableFuture in the catch
block to release the ByteBuf when the late response eventually arrives.

Report URL: https://github.com/apache/fluss/actions/runs/23526969577

With regards,
GitHub Actions via GitBox

Reply via email to