Dmitry Kropachev

Results 344 issues of Dmitry Kropachev

failed on CICD: ``` [INFO] Running com.datastax.oss.driver.core.session.AddedNodeIT 02:42:52.725 [main] INFO c.d.o.d.api.testinfra.ccm.CcmBridge - Executing: [ccm, add, -i, 127.0.0.4, -d, dc1, node4, --config-dir=/tmp/ccm2938373165999800475] 02:42:53.120 [main] INFO c.d.o.d.api.testinfra.ccm.CcmBridge - Executing: [ccm, node4, start,...

CI Stability

On tokenMap compute driver assess rf and number of replicas in dc and throw following WARNING if there is not enough replicas: ``` WARN [cluster1-worker-2] 2025-03-05 13:16:46,205 ReplicationStategy.java:204 - Error...

enhancement

Move forward from version to version all the way up to java 21: 1. Java 11 2. Java 17 3. Java 21

Move following code under `TabletMap` umbrella: ``` Optional ksMetadata = context.getMetadataManager().getMetadata().getKeyspace(keyspace); if (ksMetadata.isPresent() && ksMetadata.get().isUsingTablets()) { if (table == null) { return Collections.emptySet(); } if (token instanceof TokenLong64) { Tablet...

Since in scylla CDC tables should get cdc partitioner instead default one, we need something that would hold that partitioner information and provide it upon request. Currently it is done...

Current problem is that all session have shared tabletmap, even if they are targeting different clusters. Another problem is that on shema refresh, tabletmap does not delete old tablets. To...

This dashboard looks completely broken until you pick a keyspace: `Tablets over time per Instance` chart has an error: `TypeError: Cannot read properties of undefined (reading 'config')` Rest of the...

Multi DC/rack provisioning is broken in multiple cases: 1. Rack for node is not stored 2. Manual provisioning is broken (create, add, add, ..., start) 3. Start, add, node start...