ArafatKhan2198 commented on PR #6272: URL: https://github.com/apache/ozone/pull/6272#issuecomment-2081430112
The `SCMDBMetaDataInitializationTask` class is responsible for processing delta updates from the `SCM` database and applying them to the Recon component's in-memory data structures. It focuses specifically on three tables: `CONTAINERS_TABLE` for container metadata, `PIPELINES_TABLE` for pipeline metadata, and `SEQUENCE_ID_TABLE` for sequence IDs used in the Ozone cluster. By keeping these tables up-to-date, the task ensures that Recon maintains accurate information about containers, pipelines, and sequence IDs. **Hence apart from these none of the other tables in the SCM snapshot are touched.** @devmadhuu am I correct on this? -- 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]
