Dmitry Kropachev
Dmitry Kropachev
Currently if we want to pass additional arguments to scylla we use `SCYLLA_EXT_OPTS`. Beside that it is ugly, it creates problems for API users, they have set this variable and...
Cassandra 3.0 and Scylla older than 6.x does not support parallel node initialization. Tune CCM to start nodes one by one when server does not support parallel node initialization.
Cluster provision failed: ``` -------------------------------- live log call --------------------------------- 2025-04-21 12:11:40 ERROR [ERROR] ERROR:root:could not download relocatable, ex=HTTPError('404 Client Error: Not Found for url: https://s3.amazonaws.com/downloads.scylladb.com/unstable/scylla/master/relocatable/latest/00-Build.txt') Traceback (most recent call last):...
Steps: ``` ccm create --scylla -n 1:0 -i 127.0.0. -v release:2025.1 -b test-ccm-bug ccm start --wait-other-notice --wait-for-binary-proto --jvm_arg=--skip-wait-for-gossip-to-settle=0 ccm add -b -i 127.0.0.2 -j 7200 -r 2200 --scylla node2 ccm...
``` Error: AlterReAddColIT.alterBeforeNextPageTestBody:106->AlterTableBase.alterBeforeNextPageTestBody:153->applyAlteration:34 » InvalidQuery Cannot add column column4 because a column with the same name was dropped too recently. Please retry after 5 seconds ```
Complex types: 1. Map 2. Lists 3. Sets 4. UDTs 5. And Map,List and Set of UDTs/Map/List/Set We need to have tests that would: 1. Add the column 2. Modify...
When Driver3WorkerCQL pull from cdc table if while it is reading pages table is altered, it can happen that driver medata does not yet have new column, let's trigger medata...
When table is altered it is possible Driver3WorkerCQL will try to get schema of the new column, but driver metadata is not yet updated. In such case we should be...
Add more tests to `AlterTabletIT.java` To cover cases when user updates (alter and drop+add the same column) a column. It would be great if this update would happen while cdc...
PRs blocked by Java 8 or need Java 11: https://github.com/scylladb/scylla-cdc-java/pull/125