mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 04:26:48 +00:00
When a node is bootstrapping, it will receive data from other nodes via streaming, including materialized views. Regardless whether these views are built on other nodes or not, building them on newly bootstrapped nodes has no effect - updates were either already streamed completely (if view building have finished) or will be propagated via view building, if the process is still ongoing. So, marking all views as 'built' for the bootstrapped node prevents it from spawning superfluous view building processes. Fixes #4001 Message-Id: <fd53692c38d944122d1b1013fdb0aedf517fa409.1546498861.git.sarna@scylladb.com>