-
Quoting Avi from scylladb/scylladb#13712
> I want to support 57 virtual address bits (for 5 page table levels), and such a change could easily support 39 too. We'll need to make the [bit range allo…
-
The goal is to create a kv store that presents an HTTP REST API and uses the Seastar framework.
What primitives does Seastar provide to create an HTTP server?
-
I would like to report an issue in page https://monitoring.docs.scylladb.com/branch-4.7/use-monitoring/advisor/index
### Problem
I believe this has been deprecated.
@amnonh ?
### Suggest a fi…
-
https://github.com/scylladb/scylla-rust-driver/pull/863#issuecomment-1820496090
> ```
> failures:
>
> ---- transport::connection::tests::test_coalescing stdout ----
> Unique name: test_rust_17…
-
Currently our test runner passes raw command line arguments to the children processes, only modifying them accordingly. This has led to https://github.com/scylladb/scylla-operator/issues/1245.
We sho…
-
Right now, SM snapshot tag is created like that:
```go
// SnapshotTagAt creates new snapshot tag for specified time.
func SnapshotTagAt(t time.Time) string {
return "sm_" + t.UTC().Format(tagDate…
-
## Context
Links pointing to the [Reference Documentation](https://java-driver.docs.scylladb.com/scylla-3.10.2.x/api/overview-summary.html) generated with JavaDoc are redirected to the "latest" bra…
-
This issue is about implementing a mechanism for falling back to picking least busy connections, even if we know the owner shard, in case we detect that a particular coordinator shard is severely over…
-
Since snapshot contains whole auth keyspace it potentially can grow big, as it'd currently lead to catastrophic handling (snapshoting would stop working) we need to implement better handling - likely …
-
We need to start all ScyllaCluster as secure. That requires enforcing authorization and removing the default, well know, password.
This also requires introducing a new path on how to configure the …