Varun Nagrare
Varun Nagrare

Reputation: 163

Less rows being inserted by sstableloader in ScyllaDB

I'm trying to migrate data from Cassandra to ScyllaDB from snapshot using sstableloader and data in some tables gets loaded without any error but when verifying count using PySpark, it gives less rows in ScyllaDB than in Cassandra. Help needed!

Upvotes: 0

Views: 124

Answers (2)

Varun Nagrare
Varun Nagrare

Reputation: 163

Solved this problem by using nodetool repair on Cassandra keyspace, took snapshot and loaded the snapshot in ScyllaDB using sstableloader.

Upvotes: 1

Shlomi Livne
Shlomi Livne

Reputation: 477

I work at ScyllaDB

There are two tools that can be used to help find the differences:

Please post a bug on https://github.com/scylladb/scylla/issues if indeed there are missing rows.

Upvotes: 1

Related Questions