devmadhuu commented on code in PR #5812:
URL: https://github.com/apache/ozone/pull/5812#discussion_r1430923795


##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/scm/ReconContainerManager.java:
##########
@@ -258,6 +262,26 @@ public void addNewContainer(ContainerWithPipeline 
containerWithPipeline)
     }
   }
 
+  /**
+   * Add a new pipeline to the pipeline metadata.
+   *
+   * @param pipeline pipeline
+   * @throws IOException
+   */
+  public void addPipeline(Pipeline pipeline)

Review Comment:
   @ArafatKhan2198 thanks for working on this patch. You don't need to add this 
new method here, You can directly call `addPipeline` method on existing 
`pipeLineManager` instance above.



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

Reply via email to