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

Add refresh SSTables stage #4203

Open
karol-kokoszka opened this issue Jan 13, 2025 · 0 comments
Open

Add refresh SSTables stage #4203

karol-kokoszka opened this issue Jan 13, 2025 · 0 comments
Assignees
Milestone

Comments

@karol-kokoszka
Copy link
Collaborator

After the corresponding SSTables are copied to the destination node, there is a need to call Scylla server to refresh given keyspace and column_family.

"/storage_service/sstables/{keyspace}": {

This must be done per node.
In the context of node, per keyspace and per column_family.

VAveryanov8 added a commit that referenced this issue Feb 18, 2025
feat(1-1-restore): adds copy data stage + loadSStables call

This adds copy data stage for the 1-1-restore with simple integration
test. Data is copied by each node, table by table and after each table
loadSStables is called.
Note: integration tests with TABLETS=enabled will be skipped as 1-1-restore should only
work with v-nodes.

Refs:  #4202 #4203
@VAveryanov8 VAveryanov8 self-assigned this Feb 18, 2025
@VAveryanov8 VAveryanov8 added this to the 1-1 Restore milestone Feb 18, 2025
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

No branches or pull requests

2 participants