Files
scylladb/db
Petr Gusev 7e52014633 schema_tables: merge_tables_and_views: delay events until tables/views are created on all shards
db.get_notifier().create_view triggers view rebuild, this
process writes to the table on all shards and thus can
access partially created table, e.g the one where
mark_table_ready_for_writes was not yet called.
2023-09-13 23:17:20 +04:00
..
2023-08-31 00:03:04 +03:00
2023-09-13 23:00:15 +04:00