Skip to content

Commit

Permalink
Fix the completionObjects leak problem. (#4285)
Browse files Browse the repository at this point in the history
  • Loading branch information
horizonzy committed Jul 9, 2024
1 parent fb71383 commit 772b162
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,7 @@ private void writeAndFlush(final Channel channel,
}
} else {
nettyOpLogger.registerFailedEvent(MathUtils.elapsedNanos(startTime), TimeUnit.NANOSECONDS);
errorOut(key);
}
} finally {
if (cleanupActionAfterWrite != null) {
Expand Down

0 comments on commit 772b162

Please sign in to comment.