Files
scylladb/streaming
Tomasz Grabiec a33d45f889 streaming: Keep table by shared ptr to avoid crash on table drop
The observed crash was in the following piece on "cf" access:

    if (*table_is_dropped) {
        sslog.info("[Stream #{}] Skipped streaming the dropped table {}.{}", si->plan_id, si->cf.schema()->ks_name(), si->cf.schema()->cf_name());

Fixes #16181
2023-12-11 14:58:04 +01:00
..
2023-12-02 22:37:22 +02:00
2023-02-15 11:01:50 +02:00
2023-02-15 11:01:50 +02:00