Dmitry Kropachev

Results 344 issues of Dmitry Kropachev

We want to introduced custom `scylla-bench`, which is based on `scratch`, so there is no shell. As result [run](https://jenkins.scylladb.com/job/scylla-staging/job/sylwia.szunejko/job/longevity-large-partition-asymmetric-cluster-3h-test/16) is failing with: ``` [2024-09-16T16:02:20.635Z] < t:2024-09-16 16:02:19,262 f:base.py l:147 c:RemoteLibSSH2CmdRunner...

### Details If the user set server-side timeouts, or service level timeouts, this impacts schema fetches. The timeout can be too low to allow a schema fetch when the schema...

metadata

[PR#19684](https://github.com/scylladb/scylladb/pull/19684) brings possibility of having nodes coordinator-only nodes (or zero-token nodes). These types of nodes are going to be supported only in RAFT. Such nodes, despite being registered in the...

area/load-balancing

It is follow up for https://github.com/apache/cassandra-java-driver/pull/1720 If `super.after()` throws an Exception `CURRENT` flag is never dropped which leads next tests with `CustomCcmMRule` to fail with `IllegalStateException("Attempting to use a Ccm...

There is a problem that we provide bogus AWS region name to the aws client. If client have tracing/debuging or anything else that looks at aws region it can create...

Go over `README.md` and make sure that every code example works.

enhancement

- [x] I have read the disclaimer above, and I am reporting a suspected malfunction in Scylla. *Installation details* Scylla version (or git commit hash): 6.0.2 Cluster size: 1 OS...

bug
area/cql

``` DROP KEYSPACE IF EXISTS ks; CREATE KEYSPACE ks WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '1'}; CREATE TABLE ks.test_collection_indexes (a int PRIMARY KEY, b frozen, c int); CREATE INDEX full_index...

Recently upstream become very active, we need to start syncing with its [trunk](https://github.com/apache/cassandra-gocql-driver/tree/trunk) branch

enhancement

Upstream pending issue: https://github.com/apache/cassandra-gocql-driver/issues/1734 and PR: https://github.com/apache/cassandra-gocql-driver/pull/1828

enhancement