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 the addition of the new Scan Ref table during upgrade #4652

Closed
cshannon opened this issue Jun 7, 2024 · 1 comment · Fixed by #4691
Closed

Handle the addition of the new Scan Ref table during upgrade #4652

cshannon opened this issue Jun 7, 2024 · 1 comment · Fixed by #4691
Assignees
Milestone

Comments

@cshannon
Copy link
Contributor

cshannon commented Jun 7, 2024

#4650 added a new SCAN_REF table to the Accumulo namespace in elasticity. This table is created and initialized for new Accumulo instances but we will need to make sure to handle the table being created for an upgrade as well as the init code won't handle that case. We also need to make sure old scan refs will be cleaned up from metadata now that this new table is used.

Edit: #4690 backports this to 3.1 so the upgrade code needs to go there now

@ddanielr ddanielr self-assigned this Jun 21, 2024
ddanielr added a commit that referenced this issue Jun 21, 2024
noop merge of ScanServerRef changes into main
Format changes will be addressed in #4652
@keith-turner
Copy link
Contributor

#4692 is related. Both of these will need to create new tables in upgrade, ideally they can share code as much as possible when doing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants