sumitagrawl opened a new pull request, #8589:
URL: https://github.com/apache/ozone/pull/8589

   ## What changes were proposed in this pull request?
   
   containerIds Table format is currently <Long, String> where key is 
containerId and value is state. This format does not allow any further data to 
be stored in value like replicationIndex or need concatenation to string.
   
   To provide the extension to use value to add various field in compatible 
manner, String is changed to ContainerCreateInfo, which is having state as one 
of member.
   
   Later on need bases, further field can be added in proto like replication 
index.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-13176
   
   ## How was this patch tested?
   
   - Pending
   


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