Michal-Leszczynski

Results 121 comments of Michal-Leszczynski

@mikliapko is this something that you could take care of? I mean validating that procedure described in https://github.com/scylladb/scylla-manager/issues/3525#issuecomment-1693310241 works fine with some proper test. When it's validated, we can add...

Starting from SM 3.3 and Scylla 6.0, SM restores schema by applying the output of `DESC SCHEMA WITH INTERNALS`. The problem is the keyspace definition contains dc names - that's...

I tried to experiment with a custom `Dialer` (which connects to unix socket) set in `ClusterConfig` for both regular `Session` and `SingleHostQueryExecutor`, but I couldn't make it work because the...

I tried to make it work by adding regular agent API endpoint which would simply create session (to a single unix socket), get DESCRIBE SCHEMA, close session and return the...

Also, even if SM uses the maintenance_socket for obtaining schema, it won't work every time as the maintenance_socket can be disabled in Scylla config (AFAIR it is even disabled by...

@sylwiaszunejko that's great! When could we expect a gocql release with this change?

@karol-kokoszka this looks like some bug related to mixing start date and cron.

Note: `small_table_optimization` doesn't work with tablets.

@karol-kokoszka PR is ready for review.