devmadhuu commented on PR #6272:
URL: https://github.com/apache/ozone/pull/6272#issuecomment-2082312110

   > 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?
   
   Yes, so in other words, this PR is a framework kind of change, and PR 
objective is to maintain what we were doing earlier and updating in memory 
structures using  FCR/ICR for containers, nodes, pipelines. So only these 
tables . This framework is designed to be flexible and extend for any other SCM 
table if we want in future


-- 
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]

Reply via email to