errose28 opened a new pull request, #11006: URL: https://github.com/apache/ozone/pull/11006
**DRAFT** builds on #10994 ## What changes were proposed in this pull request? `DatanodeDetails#currentVersion` is passed from Datanodes through SCM to clients to indicate the Datanode's server version. Once ZDU is finalized, this value should be the apparent version of the Datanode instead of a static software version. Additionally, `DatanodeDetails#currentVersion` is currently persisted into the Datanode's `datanode.id` yaml file, but never used. When Datanodes finalize, the current version they report to clients will increase, and this location will become stale. To keep it from diverging we should stop persisting this value in the `datanode.id` file. ## What is the link to the Apache JIRA HDDS-16154 ## How was this patch tested? Unit tests added and updated. -- 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]
