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

Running sstableloader on old counters (2.1.x) fails, but exit code 0 #84

Open
fruch opened this issue Feb 12, 2019 · 0 comments
Open

Running sstableloader on old counters (2.1.x) fails, but exit code 0 #84

fruch opened this issue Feb 12, 2019 · 0 comments

Comments

@fruch
Copy link
Contributor

fruch commented Feb 12, 2019

I guess it might be same as #37
dtest load_migrated_table_with_old_counter_default can be run to show the issue.

2019-02-12 12:04:09.367735 === sstableloader stderr ===
2019-02-12 12:04:09.368267 WARN  12:04:08,894 dclocal_read_repair_chance and read_repair_chance table options have been deprecated and will be removed in version 4.0
java.lang.RuntimeException: Local counter shard found. Data loss may occur
	at com.scylladb.tools.SSTableToCQL$RowBuilder$SetCounterEntry.apply(SSTableToCQL.java:300)
	at com.scylladb.tools.SSTableToCQL$RowBuilder.finish(SSTableToCQL.java:496)
	at com.scylladb.tools.SSTableToCQL$RowBuilder.process(SSTableToCQL.java:691)
	at com.scylladb.tools.SSTableToCQL$RowBuilder.process(SSTableToCQL.java:802)
	at com.scylladb.tools.SSTableToCQL$RowBuilder.access$500(SSTableToCQL.java:136)
	at com.scylladb.tools.SSTableToCQL.run(SSTableToCQL.java:937)
	at com.scylladb.tools.BulkLoader.process(BulkLoader.java:1498)
	at com.scylladb.tools.BulkLoader.lambda$main$1(BulkLoader.java:1336)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

2019-02-12 12:04:09.369911 ====

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

1 participant