-
Currently, options like compaction strategy (and its options) and tombstone_gc mode (and propagation delay) need to be explicitly set when creating the view to override their defaults.
But since th…
-
As explained in scylladb's commit f9ee74f5, scylladb expects the nodetool options "st" and "et" to generate the "startToken" and "endToken" REST API parameters, respectively. The scylladb code in repa…
-
#### Setup Details
CIS Version : `2.16.1`
Build: `f5networks/k8s-bigip-ctlr:latest`
BIGIP Version: `Big IP 15.1.10.2 Build 0.44.2 Engineering Hotfix`
AS3 Version: `3.44.0`
Agent Mode: …
-
The procedure is documented, for example:
https://opensource.docs.scylladb.com/stable/upgrade/upgrade-opensource/upgrade-guide-from-4.6-to-5.0/upgrade-guide-from-4.6-to-5.0-image.html#download-and-in…
-
https://github.com/scylladb/care-pet/pull/121/ adds Python docs and code to the project.
It would be useful for Python developers to have explained code snippets as part of the docs, similar to what …
tzach updated
4 months ago
-
HEAD: 298cafff3537950f1b17b1fcf119e3d831bcd786
## Description
The boolean value is not supposed to be quoted in JSON:
scylla.yaml:
```
client_encryption_options:
enabled: true
certificate: …
-
In some timing scenario, a view is created but the view builder does not start building it.
It is during the view builder startup in `view_builder::start_in_background` where the view builder didn't …
-
As proposed in https://github.com/scylladb/scylladb/issues/5489, automatic compactions should be disabled in the maintenance mode.
cc @kbr-scylla
-
warning: the `wasm32-wasi` target is being renamed to `wasm32-wasip1` and the `wasm32-wasi` target will be removed from nightly in October 2024 and removed from stable Rust in January 2025
Probably…
-
We boot 2 Scylla nodes concurrently into existing cluster.
Python driver obtains two `on_add` notifications, one for each node.
Each notification calls `add_or_renew_pool`, which creates connection …