-
ScyllaDB support a graceful replace node procedure where a new node is spun up before the old one is decommissioned.
https://opensource.docs.scylladb.com/stable/operating-scylla/procedures/cluster-…
-
This issue is about dtests in materialized_views_test.py which currently fail with the `tablets` experimental feature enabled, _beyond_ the tests that already fail with consistent topology changes en…
-
**Is this a bug report or feature request?**
* Feature Request
**What should the feature do:**
Currently the managed Prometheus that is part of the new monitoring stack doesn't force mTLS certificate…
-
We need to enhance UX around setting up nodes with NodeConfig, observability and stability.
```[tasklist]
- [ ] https://github.com/scylladb/scylla-operator/issues/1558
- [ ] https://github.com/sc…
-
ScyllaDB JMX service opens random port on `0.0.0.0` that is unsecured. We should disable that port by default.
Also random port is bad an prevents us from validating open ports.
-
Recently, we have seen numerous examples of a need for a procedure which reliably rids a cluster of all bad sstables. At the heart of such a procedure is scrub, yet it has some deficiencies which mean…
-
I was trying to bulk ingest with the same statement. So I went like this:
```rust
let N = 100;
let mut batch = Batch::default();
for _ in 0..N {
batch.append_statement("INSERT INTO…
-
I met scylla nodes restarted issue caused by "no HOST_ID found in application_state". Seems it happened after I called force_remove_endpoint to remove a bootstrapping node from gossip. Just wondering …
-
ScyllaDB's LSA (Log-Structured Allocator) could be useful for many Seastar applications which need to fill the entire memory they are given with some sort of data cache, and need to deal with evicting…
-
The `check()` function uses `expected_rows` which is undefined:
https://github.com/scylladb/scylladb/blob/18d3a6480dd9c817fde929fceaebf3fde01e25a1/test/topology_experimental_raft/test_tablets.py#L1385…