Open
Description
As discussed in scylladb/scylladb#22707, until load&stream is synchronized with tablet balancing on Scylla side, we need to disable it on the SM side. Otherwise, it's possible that a node streams sstable to another node which no longer owns it because of the tablet migration running in parallel.
Activity