ChenSammi commented on a change in pull request #393: HDDS-1590 Aggregate bytes
write metrics from container to datanode and to SCM
URL: https://github.com/apache/hadoop-ozone/pull/393#discussion_r382492060
##########
File path:
hadoop-hdds/container-service/src/main/proto/StorageContainerDatanodeProtocol.proto
##########
@@ -240,6 +240,7 @@ message ContainerAction {
message PipelineReport {
required PipelineID pipelineID = 1;
required bool isLeader = 2;
+ optional uint64 bytesWrite = 3;
Review comment:
bytesWritten?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]