timmylicheng 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_r362137731
 
 

 ##########
 File path: 
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/pipeline/SCMPipelineMetrics.java
 ##########
 @@ -137,11 +150,16 @@ void incNumPipelineCreated() {
   }
 
   /**
-   * Get the number of pipeline created.
-   * @return number of pipeline
+   * Increments the number of bytes by delta that write into the pipeline.
    */
-  long getNumPipelineCreated() {
-    return numPipelineCreated.value();
+  void incNumPipelineBytesWrite(Pipeline pipeline, long delta) {
 
 Review comment:
   I have updated the logic here.

----------------------------------------------------------------
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]

Reply via email to