ptlrs opened a new pull request, #10881: URL: https://github.com/apache/ozone/pull/10881
## What changes were proposed in this pull request? The existing Intellij run configurations are scattered. All HA and non-HA configurations are dumped at the same level. Also, there is no ordering within the configurations. Ozone needs to be started in a specific sequence. SCM init, SCM, OM init, OM, DNs and finally others. The configurations could be rearranged in that specific ordered instead of forcing a user to hunt for them. This PR: 1. Creates groups for HA and non-HA configurations 2. Rearranges the configurations into their respective groups 3. Removes redundant config values `nameIsGenerated="false"` After this PR: <img width="330" height="367" alt="Screenshot 2026-07-27 at 3 09 11 PM" src="https://github.com/user-attachments/assets/0ed3c7e8-5bb4-4cf2-b5db-4014fff99e25" /> ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-16002 (Please replace this section with the link to the Apache JIRA) ## How was this patch tested? Tested locally CI: https://github.com/ptlrs/ozone/actions/runs/30309294702 -- 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]
