-
This is Scylla's bug tracker, to be used for reporting bugs only.
If you have a question about Scylla, and not a bug, please ask it in
our mailing-list at scylladb-dev@googlegroups.com or in our sla…
-
I would like to report an issue in page https://docs.scylladb.com/master/upgrade/upgrade-enterprise/upgrade-guide-from-2021.1-to-2022.1/upgrade-guide-from-2021.1-to-2022.1-ubuntu
### Problem
exa…
-
user doesn't automatically granted CREATE FUNCTION permission to his own created keyspace
```
@pytest.mark.udf
def test_creator_of_db_resource_granted_all_permissions(self):
self…
fruch updated
3 months ago
-
Scylla version 5.2.9
Cluster size: 180
Hardware: hyperthreading=48 memory=300GB
Disks: 8*3.2TB NVMeSSD
In scylla scalability testing, we deployed a **180-nodes cluster** across 3DCs with 60 node…
-
https://jenkins.scylladb.com/view/master/job/scylla-master/job/dtest-release/370/artifact/logs-full.release.000/dtest-gw3.log
`test_request_too_large[SSL]` timed out
https://jenkins.scylladb.com/v…
-
`ALTER TABLE ... RENAME ... TO ... ` syntax is present in the grammar (`Cql.g`) and works (only for primary key columns), yet I don't see it documented in https://opensource.docs.scylladb.com/master/c…
-
### What version of Scylla or Cassandra are you using?
2022.2.6
### What version of Gocql are you using?
HEAD: e38b2bcca0a61280272806d1e2bd2b23c9749773
### What version of Go are you using?
i…
-
I am running the latest Scylla 4.4.1-0.20210406.00da6b5e9 (downloaded and installed today). I ran into the same issue as described in the closed issue 7930 (https://github.com/scylladb/scylla/issues/7…
-
If you export a token range from any table using BEGINTOKEN or ENDTOKEN equal to 0, that boundary is ignored.
It seems the issue is with the make_range() function, where begin_token and end_token tre…
-
The reason why seastar has its own "sstring" type instead of using std::string is historical, due to C++ library implementation when the Seastar projects started: In gcc before version 5, std::string …