adoroszlai commented on code in PR #5805:
URL: https://github.com/apache/ozone/pull/5805#discussion_r2026613407
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/GrpcXceiverService.java:
##########
@@ -121,6 +133,9 @@ public void onNext(ContainerCommandRequestProto request) {
if (popStream != null) {
IOUtils.close(LOG, popStream);
}
+ if (context != null) {
Review Comment:
> it seems that we don't have do anything for read
@szetszwo Should close this PR and resolve HDDS-9936 then?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]