-
I don't think people will ever learn to avoid range scans on local tables.
Long-running range scans may cause internal timeouts, which significant consequences such as killing group 0 state machine…
-
As described in #4041 and #3525, starting from SM 3.3 and Scylla 6.0, SM restores schema by applying the output of `DESC SCHEMA WITH INTERNALS`. As DCs are a part of keyspace schema, it makes it impos…
-
As mentioned in https://github.com/scylladb/scylladb/issues/18234#issuecomment-2058086991. Using batch size lesser than shard_cnt results in not utilizing all available shards on the node.
Although…
-
I would like to report an issue on page https://opensource.docs.scylladb.com/branch-6.0/operating-scylla/procedures/cluster-management/replace-dead-node
### Problem
the scylla version in the Note …
-
I would like to report an issue on page https://opensource.docs.scylladb.com/branch-6.0/operating-scylla/procedures/cluster-management/replace-dead-node
### Problem
This page introduces/refers to …
-
As discussed during the summit ([link to presentation](https://docs.google.com/presentation/d/171tNSRZUEYe9GC2RO1hFSWj4NGe3FsfkSRLp8tENvG4/edit#slide=id.g2c85a3b8d19_0_147)) and per https://github.com…
-
for instance:
```
return open_file_dma(path.native(), oflags, std::move(options)).then([this, path = std::move(path)] (file f) mutable {
99 | return open_file_dma(path.native(), oflags, std:…
-
Weird and hard to detect bugs happen when correctness depends on the order of enabling features.
See https://github.com/scylladb/scylladb/issues/16004.
We should randomize the order, perhaps in de…
-
I would like to report an issue on page https://opensource.docs.scylladb.com/branch-5.4/using-scylla/integrations/integration-presto
### Problem
No information on UDT in Presto. its giving (Query …
-
The test is built to assume vnode distribution of rows. It creates a two-node cluster, loads data into each node, and before testing that read repair works, verifies that each node has the right data.…