-
Seen in https://jenkins.scylladb.com/job/scylla-master/job/next/3268/artifact/testlog/release/logalloc_test.240.log
Scylla version 2d9feaacea4673389f98f0525a4137eb382abff9
```
random-seed=182225916…
-
As we move towards 1.0 we must think what the term "API-stability" will mean in our case - as there is a lot of space for maintainers decision left by Rust's guidelines ( https://doc.rust-lang.org/car…
-
We are using ScyllaDB now.
Example query:
SELECT column_name FROM table_name LIMIT 1; // selects first row from column from table.
To run scylla using docker:
`docker run --name scylladb -p 9042:90…
-
This place:
https://github.com/scylladb/seastar/blob/f3749938ad9f77cce04359805742ba96aa635602/include/seastar/rpc/rpc_impl.hh#L480
deserves being a standard continuation chain to avoid `when_all…
xemul updated
2 years ago
-
http://13.48.103.68/workspace?state=WyI3ZDllNDViZi00OWQ1LTQ3YWItYWFkMi01NTllZGZjMDc3MmYiXQ
https://jenkins.scylladb.com/job/siren-tests/job/longevity-tests/job/cloud-longevity-small-data-set-1h-gcp…
-
[scylla-835.log](https://github.com/scylladb/scylladb/files/14665031/scylla-835.log)
[scylla-841.log](https://github.com/scylladb/scylladb/files/14665032/scylla-841.log)
[scylla-853.log](https://git…
-
IIUC, calling Scylla snapshot API (`POST /storage_service/snapshots`) on only the base table results in creating snapshots for the base table and all of its views. So even if I don't care for snapshot…
-
Reported in: https://jenkins.scylladb.com/view/nexts/job/scylla-master/job/next/6401/testReport/junit/materialized_views_test/TestInterruptBuildProcess/Tests___Sanity_Tests_RAFT___test_interrupt_build…
-
The description of the `tombstone_gc `option was reported to be hard to find: see https://github.com/scylladb/scylladb/issues/13572.
Make the section more accessible, for example, by configuring th…
-
sctool and service API accept `timezone` flag, which, according to the docs [1][2][3], specifies the timezone of `cron` and `window` flags.
```
--timezone
Timezone of –cron and –window flag value…