Skip to content
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

Handle FATE tx id old format in upgrade #4637

Closed
kevinrr888 opened this issue Jun 5, 2024 · 2 comments · Fixed by #4725
Closed

Handle FATE tx id old format in upgrade #4637

kevinrr888 opened this issue Jun 5, 2024 · 2 comments · Fixed by #4725
Assignees
Labels
enhancement This issue describes a new feature, improvement, or optimization.
Milestone

Comments

@kevinrr888
Copy link
Member

Is your feature request related to a problem? Please describe.

This is to address/replace a TODO in elasticity. #4044 introduced a new way FATE transaction ids are represented in elasticity. Currently in elasticity, MetadataSchema.BulkFileColumnFamily only handles the new representation.

Describe the solution you'd like

MetadataSchema.BulkFileColumnFamily should also support the old representation(s), or the old representation should be handled in the upgrade. Based on discussion about this issue, it seems like the consensus is to handle it in the upgrade.

@kevinrr888 kevinrr888 added the enhancement This issue describes a new feature, improvement, or optimization. label Jun 5, 2024
@kevinrr888
Copy link
Member Author

I will look into this

kevinrr888 added a commit to kevinrr888/accumulo that referenced this issue Jul 3, 2024
Deletes the bulk file columns from the metadata table on upgrade to 4.x, if they exist.
closes apache#4637, related to apache#4587
@ctubbsii ctubbsii linked a pull request Jul 3, 2024 that will close this issue
keith-turner pushed a commit that referenced this issue Jul 5, 2024
Deletes the bulk file columns from the metadata table on upgrade to 4.x, if they exist.
closes #4637, related to #4587
@kevinrr888
Copy link
Member Author

Closing as complete from #4725

@DomGarguilo DomGarguilo added this to the 4.0.0 milestone Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue describes a new feature, improvement, or optimization.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants