umamaheswararao commented on PR #3644:
URL: https://github.com/apache/ozone/pull/3644#issuecomment-1203317369
Here is another place I tried:
```
diff --git
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/storage/ContainerProtocolCalls.java
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/storage/ContainerProtocolCalls.java
index e024d79b9..507ba4737 100644
---
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/storage/ContainerProtocolCalls.java
+++
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/storage/ContainerProtocolCalls.java
@@ -345,10 +345,10 @@ public static XceiverClientReply writeChunkAsync(
.setData(data);
String id = xceiverClient.getPipeline().getFirstNode().getUuidString();
ContainerCommandRequestProto.Builder builder =
- ContainerCommandRequestProto.newBuilder()
- .setCmdType(Type.WriteChunk)
- .setContainerID(blockID.getContainerID())
- .setDatanodeUuid(id)
+
ContainerCommandRequestProto.newBuilder().setCmdType(Type.WriteChunk)
+ .setPipelineID(
+ xceiverClient.getPipeline().getId().getId().toString())
+ .setContainerID(blockID.getContainerID()).setDatanodeUuid(id)
```
But will add for Ratis flows as well.
--
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]