The GitHub Actions job "Check License" 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:
bba2321d23583ba46b5cb9984e9f5438887c8913 / 白鵺 <[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/23521117647

With regards,
GitHub Actions via GitBox

Reply via email to