mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 10:30:38 +00:00
Populating of non-system keyspaces is now done by listing datadirs and assuming that each subdir found is a keyspace. For S3-backed keyspaces this is also true, but it's a bug (#13020). The loop needs to walk the list of known keyspaces instead, and try to find the keyspace storage later, based on the storage option. Closes scylladb/scylladb#15436 * github.com:scylladb/scylladb: distributed_loader: Indentation fix after previous patch distributed_loader: Generalize datadir parallelizm loop distributed_loader: Provide keyspace ref to populate_keyspace distributed_loader: Walk list of keyspaces instead of directories