Botond Dénes
Botond Dénes
> @yaronkaikov @roydahan until today we never backported submodule updates at all. What we did do is to have a separate branch for the submodule (e.g., branch-5.4 in the scylla-tools-java...
@asias please investigate.
``` cqlsh> describe table system_auth.roles; CREATE TABLE system_auth.roles ( role text PRIMARY KEY, can_login boolean, is_superuser boolean, member_of set, salted_hash text ) WITH bloom_filter_fp_chance = 0.01 AND caching = {'keys':...
Actually, the only usage of `column_mapping::regular_column_at()` in `canonical_muation.cc` is in `operator
I couldn't reproduce either. I think we should s/`std::runtime_error`/`on_internal_error()`/, so we can get a coredump from CI.
> Another alternative is moving this page to the KB (and rename) I agree with the rename. Not sure about the move: this is a tool for power-users (basically, C++...
> Its more of a CQL virtual table than a "tool" Yes, kind-of (initially I even wanted to make it just a virtual table), but note that we also have...
> I suspect that the new `scylla nodetool` is now being used, and behave a bit differently then the original nodetool command. Yes, the repair command was recently implemented and...
> hard to tell which path is correct, but if we have a "requirement" that `force_terminate_repair` api, stop a repair completely, so yes we should stop, but maybe just when...
Fix is here: https://github.com/scylladb/scylladb/pull/17678 But it will need some time to get in, as it depends on another PR, which is not queued yet.