srowen commented on a change in pull request #31942:
URL: https://github.com/apache/spark/pull/31942#discussion_r601001001
##########
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) {
Review comment:
I just wonder if it would be simpler to wrap a lot more in one big
try-finally and release the thing in all cases?
--
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]