nandakumar131 commented on code in PR #5604: URL: https://github.com/apache/ozone/pull/5604#discussion_r1400641317
########## hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/pipeline/PipelineManager.java: ########## @@ -115,9 +115,14 @@ NavigableSet<ContainerID> getContainersInPipeline(PipelineID pipelineID) void openPipeline(PipelineID pipelineId) throws IOException; + @Deprecated Review Comment: True, we can remove this method completely. I just didn't want to have large changes in a single PR if possible, it will become hard for the reviewers. We will have to change another 15+ classes to remove this method, I will create a follow-up Jira to make this change. -- 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]
