scylla-code-samples icon indicating copy to clipboard operation
scylla-code-samples copied to clipboard

Code samples for working with ScyllaDB

Results 44 scylla-code-samples issues
Sort by recently updated
recently updated
newest added

https://github.com/scylladb/scylla-code-samples/commit/cd1194fa2d612e5306e639af599650b6b88563d7 introduced a regression since TWCS DOESN'T have options like ``` 'base_time_seconds': 3600, 'max_sstable_age_days': 1 ``` so conversion per docs: ``` base_time_seconds: This is the size of the first window,...

When the "manager" code sample is used, the Docker configuration does not create the S3 bucket in the minio container. This causes errors to be seen when the backup command...

help wanted
devops

When following the instructions to use the "kubernetes-university-live" code sample in Scylla U, a dependency is not listed, which causes a failure. ### Steps to reproduce 1. Install gcloud via...

I want to start a 3-node cluster with all default configurations and steps you described at [https://university.scylladb.com/setup-a-scylla-cluster/](url), but cluster failed to start. Log file is attached [_scylla-node1_logs (1).txt](https://github.com/scylladb/scylla-code-samples/files/13876184/_scylla-node1_logs.1.txt)

help wanted
devops

If a machine does not have the aio-max-nr value set correctly, starting the node fails. To solve this need to add to all docker-compose files in this repo, for each...

enhancement
devops

Bumps [time](https://github.com/time-rs/time) from 0.1.42 to 0.2.0. Release notes Sourced from time's releases. v0.2.0 See #190 for major details. This is essentially a new crate compared to v0.1, and only has...

dependencies
rust

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.17.0 to 1.18.5. Release notes Sourced from tokio's releases. Tokio v1.18.3 1.18.3 (September 27, 2022) This release removes the dependency on the once_cell crate to restore the...

dependencies
rust

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.10 to 0.6.14. Release notes Sourced from smallvec's releases. v0.6.14 Fix a possible buffer overflow in insert_many (#252, #254). v0.6.13 Use the maybe-unit crate in place of...

dependencies
rust

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.14.0 to 1.16.1. Release notes Sourced from tokio's releases. Tokio v1.16.1 1.16.1 (January 28, 2022) This release fixes a bug in #4428 with the change #4437. #4428:...

dependencies
rust