mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
Without the feature, the system schema doesn't have the table, and the read will fail with: Transferring snapshot to ... failed with: seastar::rpc::remote_verb_error (Can't find a column family tablets in keyspace system) We should not attempt to read tablet metadata in the experimental feature is not enabled. Fixes #13946 Closes #13947