-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement upgrade from 3.1 to 4.0 #4587
Comments
This is already started, in class |
We have issues open for some upgrade task. Plan to do a survey of the code and see if any other issue need to be opened and find all of the issues that are currently open. |
Compared the files Constants.java, MetadataSchema.java, and Property.java across elasticity and main branches. Analyzing Constants.java resulted in opening #4712 and #4713. Looking at MetadataSchema.java did not see anything to do, did notice #4637. Looking at Property.java the only table property that was removed was |
The upgrade code in elasticity currently has no tests. Will need to add test. Was pondering doing the following for testing upgrade.
The IT in elasticity could use this MAC functionality accumulo/minicluster/src/main/java/org/apache/accumulo/miniclusterImpl/MiniAccumuloConfigImpl.java Line 737 in f0e3849
|
Deletes the bulk file columns from the metadata table on upgrade to 4.x, if they exist. closes apache#4637, related to apache#4587
The elasticity branch does not currently have functioning upgrade code. Need to implement upgrade from 3.1 to 4.0.
The text was updated successfully, but these errors were encountered: