Michal-Leszczynski

Results 121 comments of Michal-Leszczynski

Here is a fragment of restore anisble script: ```yaml - name: Load system_schema tables data from the upload directory shell: | nodetool refresh {{ item.split('.') | join(' ') }} with_items:...

Option of restoring a single table/keyspace is only available for restoring user data. Schema restoration always targets the whole backed-up schema (because we just re-upload all system_schema sstables). So implementing...

> Short term: for 5.4 and 2024.1, disable Raft on cluster init, restore it, and then enable it. Restoring schema from cluster with raft to the cluster without raft is...

@asias How can SM know whether node supports `small_table_optimization` param? I also tested that Scylla doesn't complain when it gets unknown param in repair API call, so it creates the...

@asias A follow-up question regarding this feature: > - No token range to repair is needed by the user. It will repair all token ranges automatically. > - Users only...

> In the sake of usability we need to have a way to purge these snapshots in sctool and have it properly documented We have `sctool backup delete --cluster --snapshot-tag...

It also look like this behavior can be reproduced with `nodetool info`.

I'm taking a look at that, but I would be very surprised if SM is the root cause of that, because I don't see how repair could cause node to...

> When the nemesis disrupt_mgmt_repair_cli was triggered for the 2nd time the new repair task was created > > ``` > < t:2023-08-25 19:49:55,962 f:remote_base.py l:520 c:RemoteLibSSH2CmdRunner p:DEBUG > Running...