Skip to content

Commit

Permalink
Fix the completionObjects leak problem. (apache#4285)
Browse files Browse the repository at this point in the history
  • Loading branch information
horizonzy authored and Anup Ghatage committed Jul 12, 2024
1 parent 6af21b1 commit 4e1a30c
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 4e1a30c

Please sign in to comment.