srowen commented on a change in pull request #31942:
URL: https://github.com/apache/spark/pull/31942#discussion_r602011411
##########
File path:
common/network-common/src/main/java/org/apache/spark/network/client/TransportResponseHandler.java
##########
@@ -188,6 +188,7 @@ public void handle(ResponseMessage message) throws
Exception {
if (listener == null) {
logger.warn("Ignoring response for RPC {} from {} ({} bytes) since it
is not outstanding",
resp.requestId, getRemoteAddress(channel), resp.body().size());
+ resp.body().release();
Review comment:
Evidently, yeah. It may just not cause much of an issue. Are there any
reasons to release() it, anyone know?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]