Michał Jadwiszczak
Michał Jadwiszczak
@kbr-scylla @gleb-cloudius can you look at the raft part?
Cc @piodul @Lorak-mmk
Changelog: - tested basic view building, it works (the test is not in the branch yet) - creating view building tasks when index is created, removing them when index is...
Changelog: - implemented handling staging sstables
Changelog: added documentation
Changelog: - fixed unit tests I was doing `replica::database::find_keyspace()` while applying group0 state. It was ok for tablet-views related data because the data is cleaned in the same batch as...
Changelog: - addressed part of comments - enabled proxy remote in some tests - other unit tests failed with: ``` === TEST.PY SUMMARY START === Test was cancelled: the parent...
Changelog: Ignoring `no_such_keyspace` exception in `view_builder::on_drop_view()` (https://github.com/scylladb/scylladb/pull/23760/commits/c8c01ed280e6a54989d492f81d6fe89c84f35d8f). Without this `boost/cql_query_test::test_drop_table_with_si_and_mv` was failing with abandoned failed futures. But I couldn't find out why the error was happening, I didn't touch this...
Changelog: - fixed part of unit test - little bugs like missing co_await, unhandled edge case in tablet operations, etc...
Changelog: - added 1s sleep if view builder coordinator or view building worker detected a exception in their loops - without this those services spams logs in cases such as...