devmadhuu opened a new pull request, #10810: URL: https://github.com/apache/ozone/pull/10810
## What changes were proposed in this pull request? Persist the storage tier on `ContainerInfo` so SCM restart preserves each container's intended tier. Follow-up to #10573 (which put the tier on `Pipeline`) **Please describe your PR in detail:** `Replication Manager`, `Container Balancer`, `Decommissioning` needs to know a container's intended tier without inferring it from replica reports. Today it's lost across SCM restart. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-15408 ## How was this patch tested? Added tests in `TestSCMRestart` to assert the tier survives SCM restart and that newly-allocated containers after restart still inherit the pipeline's tier. -- 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]
