nandakumar131 commented on PR #8292: URL: https://github.com/apache/ozone/pull/8292#issuecomment-2834093597
The initial idea for having separate block space layer (HDDS) is so that we can write multiple namespace layer (like OzoneManager) on top of HDDS layer to provide different services. The project evolved and deviated from the initial idea, now we won't have any tools (CLI) if we don't install OzoneManager. HDDS (SCM + Datanode) with some new Namespace implementation will have to write their own set of tools even to access or debug SCM & Datanodes directly using CLI. We should have added `hdds` commands, it was missed. Now everything is under `ozone`. Now, I don't think we will ever run HDDS (SCM + Datanode) without Ozone Manager. @adoroszlai, your explanation makes sense. Let's move forward with 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]
