Michał Jadwiszczak
Michał Jadwiszczak
Changelog: - fixed how tasks for index are created (they were created with wrong view id) - notifying vb coordinator when tablet transition/resize is finished - notifying vb worker when...
Changelog: - `system.built_views` is back to being node-local and on each node, there is a subprocess (`view_building_worker::update_built_views()`) which updates the table with tablet-based views - `view_building_worker::batch::do_build_range()` consumes the range (1...
Changelog: - rebased on latest master - I've temporarily commented out new test to check CI status after https://github.com/scylladb/scylladb/pull/23337 is merged. One of the new test is flaky but IMO...
> We need to fix https://github.com/scylladb/scylla-enterprise/issues/4572 since file based streaming is not taking the streaming consumer path and therefore will not notify the coordinator or the local one. @raphaelsc sorry...
@nyh Can you plase take a look. I don't know index code, so I'm not sure my solution is correct. The new test will fail because I some questions regarding...
Changelog: - fixed problem with index on set - extended the test to check all possibilities
Changelog: - The tests were failing because I didn't take quoting into account. Fixed the problem - added a test for quoting
Ping @nyh @piodul
Changelog: - dropped the first commit and used `index_target::column_name_from_target_string()` function instead, since it's doing exactly what I need - fixed the code to also properly describe local secondary indexes -...
> > ``` > > * fixed the code to also properly describe secondary indexes > > ``` > > Your original patch was about describing secondary indexes, so what...