Marcin Maliszkiewicz

Results 5 issues of Marcin Maliszkiewicz

This patch series makes all auth writes serialized via raft. Reads stay eventually consistent for performance reasons. To make transition to new code easier data is stored in a newly...

I altered the code to print performed modifications: ```diff diff --git a/pkg/jobs/jobs.go b/pkg/jobs/jobs.go index c065b5c..ceb6496 100644 --- a/pkg/jobs/jobs.go +++ b/pkg/jobs/jobs.go @@ -334,6 +334,7 @@ func ddl( return nil } for...

enhancement

The code is based on similar idea as perf_simple_query. The main differences are: - it starts full scylla process - communicates with alternator via http (localhost) - uses richer table...

symptom/performance
area/alternator
P1
backport/none

This patch doesn't yet change how schema merging works but it prepares the ground for it. It consists of: - minor cleanups of unused code - moving code into separate...

backport/none

```[12/3276] alternator release [ FAIL ] alternator.test_cql_rbac.1 ^C Shutdown requested... Aborting tests: ...done ...done test_maintenance_socket test_raft_service_levels test_auth_no_quorum test_auth_raft_command_split test_auth_v2_migration logalloc_test ...done database_test.test_safety_after_truncate ...done database_test.test_querying_with_limits database_test.test_database_with_data_in_sstables_is_a_mutation_source_plain_basic_cg1 database_test.test_database_with_data_in_sstables_is_a_mutation_source_plain_basic_cg0 database_test.test_database_with_data_in_sstables_is_a_mutation_source_plain_fragments_monotonic_cg1 database_test.test_database_with_data_in_sstables_is_a_mutation_source_plain_reader_conversion_cg1 database_test.test_database_with_data_in_sstables_is_a_mutation_source_plain_read_back_cg1 database_test.test_truncate_without_snapshot_during_writes...

bug
status/regression
tests/test.py