-
While implementing `forward_service` and parallelized aggregations in https://github.com/scylladb/scylladb/pull/9209 and https://github.com/scylladb/scylladb/pull/10295, there was introduced a limitat…
Jadw1 updated
2 months ago
-
I want to start a 3-node cluster with all default configurations and steps you described at [https://university.scylladb.com/setup-a-scylla-cluster/](url), but cluster failed to start. Log file is att…
-
ScyllaOperator setup should be seamless and easy but we are only halfway now. Because scylla-operator uses primarily local storage there is quite a lot of setup needed to those disks. NodeConfig has a…
-
https://github.com/scylladb/scylla-code-samples/blob/master/mms/java/Dockerfile#L5
this is not available to download the jar file. please update URL.
http://downloads.datastax.com/java-driver/cassan…
-
This issue is to ensure that all the examples are updated.
- [ ] Java
- Merge https://github.com/scylladb/serverless-examples/pull/8.
- Fix https://github.com/scylladb/siren-frontend/issues/340…
-
The DaemonSet setting fs.aio-max-nr on our CI worker nodes, introduced as a workaround to https://github.com/scylladb/scylla-operator/issues/1231, should be removed once https://github.com/scylladb/sc…
-
JMX service is deprecated in ScyllaDB and not used in any of the flows with the Operator either.
It exposes 2 insecure ports: 7199 on 127.0.0.1 and random port on `0.0.0.0`. Removing it helps us h…
-
In this phase we want to impose limitations upon 3 configuration options:
1. Replication Factor (RF)
2. Replication Strategy (RS)
3. Consistency Level (CL)
```[tasklist]
### Tasks
- [ ] https://githu…
-
Allow downloading sstables located in S3 to local storage.
Proposed syntax for download:
```
scylla sstable download [--endpoint=$endpoint] [--concurrency=$concurrency] --output-dir=$out_dir $sst…
-
To recover from majority loss situation we revert back to gossip mode.
We want to get rid of gossip-based topology operations (https://github.com/scylladb/scylladb/issues/15422) -- for that, we nee…