This patch consists of a few smaller follow-ups to the view building worker: - catch general execption in staging task registrator - remove unnecessary CV broadcast - don't pollute function context with conditionally compiled variable - avoid creating a copy of tasks map - fix some typos Refs https://github.com/scylladb/scylladb/issues/25929 Refs https://github.com/scylladb/scylladb/pull/26897 This PR doesn't fix any bugs but recently we're backporting some PRs to 2025.4, so let's also backport this one to avoid painful conflicts. Closes scylladb/scylladb#26558 * github.com:scylladb/scylladb: docs/dev/view-building-coordinator: fix typos db/view/view_building_worker: remove unnnecessary empty lines db/view/view_building_worker: fix typo db/view/view_building_worker: avoid creating a copy of tasks map db/view/view_building_worker: wrap conditionally compiled code in a scope db/view/view_building_worker: remove unnecessary CV broadcast db/view/view_building_worker: catch general execption in staging task registrator
Scylla developer documentation
This folder contains developer-oriented documentation concerning the ScyllaDB codebase. We also have a wiki, which contains additional developer-oriented documentation. There is currently no clear definition of what goes where, so when looking for something be sure to check both.
Seastar documentation can be found here.
User documentation can be found on docs.scylladb.com
For information on how to build Scylla and how to contribute visit HACKING.md and CONTRIBUTING.md.