Piotr Smaron

Results 17 issues of Piotr Smaron

This change supports changing replication factor in tablets-enabled keyspaces, so that the following CQL works: ``` cqlsh> CREATE KEYSPACE ms WITH replication = {'class': 'NetworkTopologyStrategy', 'datacenter1': 1} and tablets =...

type/documentation
area/tablets
backport/none

An umbrella issue for all the issues on the subject of moving system_auth under RAFT: ```[tasklist] ### Tasks - [ ] https://github.com/scylladb/scylladb/issues/12697 - [ ] https://github.com/scylladb/scylladb/issues/1796 - [ ] https://github.com/scylladb/scylladb/issues/15221...

area/security
type/epic
P1

LIMIT clause doesn't work for all CQL queries. This epic lists all the issues relevant to correctness of applying the LIMIT clause (not its performance nor other aspects). ```[tasklist] ###...

area/cql
type/epic
P3

(WIP: need to run the tests to see which ones break and fix them + possibly add some tests) Counter updates break under tablet migration (#18180), and for this reason...

area/counters
area/tablets
backport/6.0

In `6.0` when `CREATE TABLE` is issued for a ks.cf and ks doesn't exist we get an empty error message: ``` cqlsh> CREATE TABLE not_existing_ks.my_table (id VARCHAR PRIMARY KEY, field_a...

This patch series fixes a couple of bugs around validating if RF is not changed by too much when performing ALTER tablets KS. RF cannot change by more than 1...

backport/6.0
backport/6.1

ALTER tablets-enabled KEYSPACES (KS) may fail due to `group0_concurrent_modification`, in which case it's repeated by a `for` loop surrounding the code. But because raft's `add_entry` consumes the raft's guard (by...

backport/6.0
backport/6.1
backport/6.2

If authentication is enabled, but STARTUP isn't followed by REGISTER (which is optional, and in practice only happens on only one of a driver's connections — because there's no point...

backport/none

Follow-ups to https://github.com/scylladb/scylladb/pull/16723 Part 1 - https://github.com/scylladb/scylladb/issues/19123 Remaining improvement ideas - https://github.com/scylladb/scylladb/issues/20666 ```[tasklist] ### Tasks - [ ] wait for alter tablets ks not to timeout on server/drivers side or...

area/cql
Backport candidate
type/epic
P2
area/tablets

A continuation of https://github.com/scylladb/scylladb/issues/16970 with issues that are not that crucial and hence didn't make it into 6.0. ```[tasklist] ### Tasks - [ ] https://github.com/scylladb/scylladb/issues/13747 - [ ] https://github.com/scylladb/scylla-enterprise/issues/3764 -...

area/security
type/epic
P2