mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 19:10:42 +00:00
We can't have view updates happening after the database shuts down. In particular, mutateMV depends on the keyspace effective_replaication_map and it is going to be released when all keyspaces shut down, in the next patch. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>