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

Unable to load ME tables with sstableloader on 2024.1.2 #387

Open
nopzdk opened this issue Apr 19, 2024 · 2 comments
Open

Unable to load ME tables with sstableloader on 2024.1.2 #387

nopzdk opened this issue Apr 19, 2024 · 2 comments

Comments

@nopzdk
Copy link

nopzdk commented Apr 19, 2024

I am trying to import sstables with sstable loader
I create a table
loaded data
performed snapshot
truncated table
move snapshot to /tmp/keyspace1/table/
run the sstalbleloader but got the following error
WARN 12:41:45,048 Skipping file me-3gfe_0z6h_1gq5c22jbtjif9dodd-big-Summary.db - unsupported SSTable format or version
WARN 12:41:45,051 Skipping file me-3gfe_0z6h_1gq5c2fvsui87ekhwh-big-CompressionInfo.db - unsupported SSTable format or version
WARN 12:41:45,051 Skipping file me-3gfe_0z6h_1gq5c2l6hw2ictmxsx-big-Data.db - unsupported SSTable format or version
WARN 12:41:45,051 Skipping file me-3gfe_0z6h_1gq5c2l6hw2ictmxsx-big-Statistics.db - unsupported SSTable format or version
WARN 12:41:45,051 Skipping file me-3gfe_0z6h_1gq5c2eugnursjhzmp-big-Filter.db - unsupported SSTable format or version
WARN 12:41:45,051 Skipping file me-3gfe_0z6h_1gq5c283nax9z0kko1-big-Statistics.db - unsupported SSTable format or version
WARN 12:41:45,051 Skipping file me-3gfe_0z6h_1gq5c2k0gn6cv5gbz5-big-CompressionInfo.db - unsupported SSTable format or version
WARN 12:41:45,051 Skipping file me-3gfe_0z6h_1gq5c2whr7gdqpvvdt-big-Filter.db - unsupported SSTable format or version

@denesb
Copy link
Contributor

denesb commented Apr 19, 2024

sstableloader does not support UUID sstable generations. We are about to deprecate sstableloader, in favor of nodetool refresh --load-and-stream.

@mykaul
Copy link
Contributor

mykaul commented Jun 25, 2024

sstableloader does not support UUID sstable generations. We are about to deprecate sstableloader, in favor of nodetool refresh --load-and-stream.

This needs to be documented somewhere.

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

3 participants