Andrzej Jackowski
Andrzej Jackowski
**FOR NOW THIS IS A DRAFT PR** Used for testing a fix for https://github.com/scylladb/scylladb/issues/20860 ## Pre-review checklist - [ ] I have split my patch into logically separate commits. -...
Before this change, if a read executor had just enough targets to achieve query's CL, and there was a connection drop (e.g. node failure), the read executor waited for the...
Metadata id was introduced in CQLv5 to make metadata of prepared statement metadata consistent between driver and database. This commit introduces a protocol extension that allows to use the same...
Several audit test issues caused test failures, and in the result, almost all of audit syslog tests were marked with xfail. This patch series enables the syslog audit tests, that...
### Code of Conduct - [x] I have read the disclaimer above and am reporting a suspected malfunction in Scylla. ### product version 0d141774092a254d5dba678ce78272e0a6497e33 ### Cluster Size any ### OS...
Analysis from sibling (enterprise) issue: The issue seems to be caused by inconsistencies in node states - roles were written to system_auth.roles with RF=1 by a node that has seen...
The primary motivation for this change is to reduce the time during which the Effective Replication Map (ERM) is retained by the mapreduce service. This ensures that long aggregate queries...
`system.client_routes` is a system table that sets the target address and ports for each `host_id`, for one or more connection (e.g., Private Link) represented by `connection_id`. Cloud will write the...
Seen in: https://jenkins.scylladb.com/job/scylla-master/job/next/9928/ Logs: [download](https://jenkins.scylladb.com/job/scylla-master/job/gating-dtest-release-with-consistent-topology-changes/12662/artifact/logs-full.release.000/*zip*/logs-full.release.000.zip) Error message: ``` AssertionError: An intra-DC RPC message was compressed unexpectedly. Min expected size: 8192, actual size: 154 assert 154 > 8192 ``` Stacktrace: ```...
This patch series contains the following changes: - Incorporation of `crypt_sha512.c` from musl to out codebase - Conversion of `crypt_sha512.c` to C++ and coroutinization - Coroutinization of `auth::passwords::check` - Enabling...