Skip to content

Commit

Permalink
Fix the completionObjects leak problem. (#4285)
Browse files Browse the repository at this point in the history
(cherry picked from commit 772b162)
  • Loading branch information
horizonzy authored and hangc0276 committed Aug 5, 2024
1 parent 8cc815e commit f51f584
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,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 f51f584

Please sign in to comment.