-
## Installation details
Kernel Version: 5.15.0-1015-aws
Scylla version (or git commit hash): `5.0.1-20220719.b177dacd3` with build-id `217f31634f8c8722cadcfe57ade8da58af05d415`
Cluster size: 3 no…
-
## Installation details
Kernel Version: 5.11.0-1022-aws
Scylla version (or git commit hash): `4.7.dev-20220407.3e21fea2b` with build-id `d7c55eaaa9df57f9f445c73c5e983cae6ea272c3`
Cluster size: 6 …
-
Currently the Cassandra connector does not support the Cassandra TIME data type in columns, primary keys or in 'CLUSTERING ORDER BY' clause.
Example CQL:
```
CREATE TABLE test.datausagetable (
…
-
**Is your feature request related to a problem? Please describe.**
Similar to #77 after the chart installs, more info should be provided as to how to access the C* cluster.
**Describe the solution yo…
-
Jira Link: [DB-1727](https://yugabyte.atlassian.net/browse/DB-1727)
The following set of commands crashes yb-tserver
```
cqlsh> create keyspace xxx;
cqlsh> create table xxx.t (key int primary key,…
-
1) Start 2 nodes n1, n2 using recent scylla master 1fd701e
2) Enable slow query
curl -X POST "http://127.0.0.1:10000/storage_service/slow_query?enable=true&fast=false&threshold=80000"
curl -X POS…
-
Hi!
I've just tested version 2.8.0 with latest cassandra 3.11 update (3.11.12) and get the following error:
`
ERROR [Native-Transport-Requests-3] 2022-03-04 12:30:11,059 ErrorMessage.java:384 -…
-
This is a spin-off from issue #6971.
When answering encrypted CQL connections, Scylla supports (by default) TLS version 1.2 but not earlier versions. The problem is that the failure in this case is v…
-
```
root@ubuntu20virgen:~/platys-demo-platform# docker exec -ti cassandra-1 cqlsh
Connected to Test Cluster at 127.0.0.1:9042
[cqlsh 6.0.0 | Cassandra 4.0.5 | CQL spec 3.4.5 | Native protocol v5]
…
-
Apache Cassandra issue a warning on select which generate a full scan.
For example:
```
cqlsh:mykeyspace> select count (*) from heartrate_v10;
count
-------
15
(1 rows)
Warnings …
tzach updated
2 years ago