-
It would be nice to be able to specify flags for introducing varying levels of FS- and storage-related faults. This would allow us to test how backup software fares in the face of failing disks, and t…
-
I would like to report an issue in page https://manager.docs.scylladb.com/branch-3.0/sctool/cluster
### Problem
Missing information about --id UUID argument in
https://manager.docs.scylladb.com/s…
-
In order to coordinate TRUNCATE with other DDL, as well as TRUNCATE across tables and derived views, we need to make sure it uses a single timestamp issued by the group0 leader and stored in the raft …
-
### Who is this for and what problem do they have today?
Enterprises that are required to do encryption on data transport are introduced with CPU overhead.
Current Kernel TLS implementations on …
-
@iravid
For arguments to the spark connector like username and password (authentication)
Can we still do this?
```
spark-submit --class com.scylladb.migrator.Migrator \
--master spark://…
-
I believe some of the code comments is misleading. The **SelectQueryContext** operation is by partition key, however **GetQueryContext** is by the full primary key?
https://github.com/scylladb/goc…
-
Scylla has following configuration for the systemd timeout:
```
TimeoutSec=infinity
```
Link: https://github.com/scylladb/scylladb/blob/005d231f96ab42936121724c2c22ac8bc78bac21/scylla_post_install…
-
As the primary developer for @sphireinc, I created a common Database interface and related base-level implementations for:
1. Redis
2. ScyllaDB (can be abused for Cassandra)
3. SurrealDB
4. Clic…
-
When base Scylla version gets updated during upgrade test, `node.upgrade_system()` step in `upgrade_node` method updates Scylla also. This may cause unpredictable issues (like https://github.com/scyll…
-
I tried the following:
1. git clone https://github.com/fastio/pedis.git
2. git config --global url."https://github".insteadOf git://github
3. git submodule update --init --recursive
I get foll…