Files
scylladb/test/cluster
Piotr Dulikowski bfb8e807be Merge 'streaming/stream_blob: generate view updates from staging sstables' from Michał Jadwiszczak
After https://github.com/scylladb/scylladb/pull/22034, staging status of sstables streamed
via file streaming was ignored and view updates were never generated.

This patch fixes it and now staging sstables are registered to
`view_building_worker`. Then, the worker create view building tasks
for those sstables, so the view building coordinator can schedule them
once the tablet migration is finished.

Fixes https://github.com/scylladb/scylla-enterprise/issues/4572

This fix affects only views on tablets, which are still experimental, so no backport needed.

Closes scylladb/scylladb#25776

* github.com:scylladb/scylladb:
  test/test_view_building_coordinator: add reproducer for file streaming
  streaming/stream_blob: register staging sstables to process them
2025-09-24 09:15:33 +02:00
..