Skip to content

Commit

Permalink
Fix the completionObjects leak problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
horizonzy committed Apr 11, 2024
1 parent 34bd4b3 commit a1aabdc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,7 @@ private void writeAndFlush(final Channel channel,
}
} else {
nettyOpLogger.registerFailedEvent(MathUtils.elapsedNanos(startTime), TimeUnit.NANOSECONDS);
errorOut(key);
}
});
channel.writeAndFlush(request, promise);
Expand Down

0 comments on commit a1aabdc

Please sign in to comment.