HDDS-15195. Switch Datanode to the new versioning framework#10215
Draft
errose28 wants to merge 13 commits intoapache:HDDS-14496-zdufrom
Draft
HDDS-15195. Switch Datanode to the new versioning framework#10215errose28 wants to merge 13 commits intoapache:HDDS-14496-zdufrom
errose28 wants to merge 13 commits intoapache:HDDS-14496-zdufrom
Conversation
Still some action/version items in common modules
Still need alternative handling for port changes in DN details
(cherry picked from commit 979c0a2a4d4e3e0c631ee7e167e8f9294dcc5504)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Draft. contains the changes from #10206 which must be merged first
What changes were proposed in this pull request?
Switch Datanodes the new unified versioning framework. The change is modeled after what was already done on the OM in #10099. This change gives Datanodes software version ZDU, which is higher than what SCM currently has since SCM has not been switched yet. A temporary workaround was added to SCM to account for this.
What is the link to the Apache JIRA
HDDS-15195
How was this patch tested?
Unit tests for new
DatanodeVersionManagerand loadingDatanodeUpgradeActionswere added. All existing upgrade related tests should pass.