szetszwo commented on code in PR #7645:
URL: https://github.com/apache/ozone/pull/7645#discussion_r1907735923
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/ratis/ContainerStateMachine.java:
##########
@@ -689,29 +689,8 @@ public CompletableFuture<?> link(DataStream stream,
LogEntryProto entry) {
final KeyValueStreamDataChannel kvStreamDataChannel =
(KeyValueStreamDataChannel) dataChannel;
-
- final ContainerCommandRequestProto request =
Review Comment:
@xichen01 , thanks for reviewing this!
Yes, the `putBlockRequest` can be removed.
Unfortunately, we still need the `buffers` since clients still send a
`putBlockRequest`. We need the `buffers` so the request won't be written to
the file as data.
--
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]