Commit Graph

  • 2c1e699864 cdc, storage: Add a struct to pass per-mutation options to CDC Piotr Wieczorek 2025-10-07 20:37:28 +02:00
  • 66935bedac cdc: Move operations enum to the top of the namespace Piotr Wieczorek 2025-09-18 13:56:40 +02:00
  • c35b82b860 test/cluster/test_bti_index.py: avoid a race with CQL tracing Michał Chojnowski 2025-10-07 12:49:27 +02:00
  • 879db5855d utils/config_file: fix a missing allowed_values propagation in one of named_value constructors Michał Chojnowski 2025-09-23 04:28:48 +02:00
  • 87e3027c81 docs: fix a parameter name in API calls in sstable-dictionary-compression.rst Michał Chojnowski 2025-10-08 12:31:26 +02:00
  • 22d3ee5670 sstables/trie: actually apply BYPASS CACHE to index reads Michał Chojnowski 2025-10-02 14:54:59 +02:00
  • 6c539463bb Update ScyllaDB version to: 2025.1.9 scylla-2025.1.9-candidate-20251010101320 scylla-2025.1.9 Jenkins Promoter 2025-10-09 12:26:37 +03:00
  • 67c4d980dd Revert "Merge 'auth: move passwords::check call to alien thread' from Andrzej Jackowski" Avi Kivity 2025-10-08 21:44:37 +03:00
  • 2c74a6981b Make scylla_io_setup detect request size for best write IOPS Robert Bindar 2025-09-29 14:14:02 +03:00
  • fe7ffc5e5d Merge 'service/qos: set long timeout for auth queries on SL cache update' from Michael Litvak Piotr Dulikowski 2025-10-08 12:37:00 +02:00
  • 84e4e34d81 db/view/view_building_worker: move discover_existing_staging_sstables() to the foreground Michał Jadwiszczak 2025-10-08 11:16:07 +02:00
  • 575dce765e db/view/view_building_worker: futurize and rename start_background_fibers() Michał Jadwiszczak 2025-10-08 10:19:41 +02:00
  • 40bad7524f replica: Fix race between drop table and merge completion handling Raphael S. Carvalho 2025-08-18 16:51:50 -03:00
  • 0072b75541 docs: workload-prioritization: add driver service level Andrzej Jackowski 2025-08-08 11:58:10 +02:00
  • f720ce0492 test: add test to verify use of sl:driver Andrzej Jackowski 2025-10-06 10:27:09 +02:00
  • f99b8c4a55 transport: use sl:driver to handle driver's control connections Andrzej Jackowski 2025-09-15 17:20:23 +02:00
  • fd36bc418a transport: whitespace only change in update_scheduling_group Andrzej Jackowski 2025-09-09 09:47:17 +02:00
  • 278019c328 transport: call update_scheduling_group for non-auth connections Andrzej Jackowski 2025-09-16 13:19:12 +02:00
  • 14081d0727 generic_server: transport: start using sl:driver for new connections Andrzej Jackowski 2025-09-18 09:29:29 +02:00
  • b62135f767 test: add test_desc_* for driver service level Andrzej Jackowski 2025-09-16 13:44:17 +02:00
  • 0ddf46c7b4 test: service_levels: add tests for sl:driver creation and removal Andrzej Jackowski 2025-10-07 08:52:11 +02:00
  • 9e9bca9bdb test: add reload_raft_topology_state() to ScyllaRESTAPIClient Andrzej Jackowski 2025-09-16 12:02:07 +02:00
  • c59a7db1c9 service_level_controller: automatically create sl:driver Andrzej Jackowski 2025-10-07 08:51:08 +02:00
  • 923559f46a service_level_controller: methods to create driver service level Andrzej Jackowski 2025-09-15 20:08:44 +02:00
  • 2d296a2f9b service_level_controller: handle special sl:driver in DESC output Andrzej Jackowski 2025-09-09 09:28:24 +02:00
  • 1ff605005e topology_coordinator: add service_level_controller reference Andrzej Jackowski 2025-09-01 12:38:01 +02:00
  • 8953f96609 system_keyspace: add service_level_driver_created Andrzej Jackowski 2025-08-06 09:58:12 +02:00
  • 7d2db37831 test: add MAX_USER_SERVICE_LEVELS Andrzej Jackowski 2025-09-16 11:36:36 +02:00
  • 9dd32a02af Merge '[Backport 2025.1] tools: fix documentation links after change to source-available' from Scylladb[bot] Botond Dénes 2025-10-08 06:38:50 +03:00
  • e18023f814 Merge '[Backport 2025.2] tools: fix documentation links after change to source-available' from Scylladb[bot] Botond Dénes 2025-10-08 06:38:01 +03:00
  • 40e8f652db replica: Fix race between drop table and merge completion handling Raphael S. Carvalho 2025-08-18 16:51:50 -03:00
  • d391b9d7d9 test: assert that majority is lost in some tests of the recovery procedure Patryk Jędrzejczak 2025-09-30 17:16:08 +02:00
  • d623844c1c test: rest_client: add timeout support for read_barrier Patryk Jędrzejczak 2025-09-30 17:15:07 +02:00
  • 91c8466f47 test: test_raft_recovery_user_data: lose majority when killing one dc Patryk Jędrzejczak 2025-09-30 14:25:12 +02:00
  • c8a5e7a74e test: test_raft_recovery_user_data: shutdown driver sessions Patryk Jędrzejczak 2025-10-07 13:48:28 +02:00
  • a35740cbe8 test: test_raft_recovery_user_data: use a separate driver connection for the write workload Patryk Jędrzejczak 2025-09-30 17:25:48 +02:00
  • d1a944251e test: test_raft_recovery_user_data: send ALTER KEYSPACE to any node Patryk Jędrzejczak 2025-09-30 17:25:58 +02:00
  • 9a98febac5 test: test_raft_recovery_user_data: bring failure_detector_timeout_in_ms back to 20 s Patryk Jędrzejczak 2025-10-07 17:15:11 +02:00
  • 2b1d7f0e83 test: test_raft_recovery_user_data: speed up replace operations Patryk Jędrzejczak 2025-10-03 18:31:47 +02:00
  • dbd998bc15 test: stop/start servers concurrently in the recovery procedure tests Patryk Jędrzejczak 2025-10-07 17:46:00 +02:00
  • a9577e4d52 replica/database: Fix description of validate_tablet_views_indexes Dawid Mędrek 2025-10-06 19:01:43 +02:00
  • 99455833bd test.py: reintroducing sudo in resource_gather.py Artsiom Mishuta 2025-10-05 11:15:47 +02:00
  • 264cf12b66 Merge 'view building coordinator - add missing tests' from Michał Jadwiszczak Piotr Dulikowski 2025-10-07 14:25:04 +02:00
  • 8b0bfb817e Merge 'Switch REST API server to use content-streaming' from Pavel Emelyanov Botond Dénes 2025-10-07 14:13:47 +03:00
  • 2e81bc14df Merge '[Backport 2025.3] tools: fix documentation links after change to source-available' from Scylladb[bot] Botond Dénes 2025-10-07 14:11:01 +03:00
  • 3cf51cb9e8 sstables: fix some typos in comments Michał Chojnowski 2025-10-02 16:02:28 +02:00
  • 8beea931be Merge 'Remove system_keyspace from column_family API' from Pavel Emelyanov Botond Dénes 2025-10-07 13:07:46 +03:00
  • ed1c049c3b scripts: Add usage to pull_github_pr script Pavel Emelyanov 2025-10-02 18:44:22 +03:00
  • 694fb53aad tools/scylla-sstable: fix doc links Botond Dénes 2025-09-29 17:14:32 +03:00
  • e90ae84b00 tools/scylla-sstable: fix doc links Botond Dénes 2025-09-29 17:14:32 +03:00
  • fa3f9c08ea release: adjust doc_link() for the post source-available world Botond Dénes 2025-09-29 16:56:21 +03:00
  • 926042f29f tools/scylla-nodetool: remove trailing " from doc urls Botond Dénes 2025-09-29 17:01:51 +03:00
  • b8042b66e3 cmake: replace -fvisibility=hidden compiler flag with -fvisibility-inlines-hidden Lakshmi Narayanan Sreethar 2025-10-07 11:24:08 +05:30
  • 524da18c05 tools/scylla-sstable: fix doc links Botond Dénes 2025-09-29 17:14:32 +03:00
  • b6a458f9a9 Merge '[Backport 2025.1] scylla-gdb: Fix fair-queue entry printing' from Scylladb[bot] Botond Dénes 2025-10-06 17:05:35 +03:00
  • 10b473ffcb test_tablets_merge: test_tablet_split_merge_with_many_tables: reduce number of tables in debug mode Benny Halevy 2025-09-29 09:16:07 +03:00
  • 127afd4da1 api: Switch to request content streaming Pavel Emelyanov 2025-10-06 15:00:58 +03:00
  • 2cfccdac5c api: Fix indentation after previous patch Pavel Emelyanov 2025-10-06 14:28:53 +03:00
  • 5668058cb0 api: Coroutinize set_relabel_config handler Pavel Emelyanov 2025-10-06 14:28:38 +03:00
  • 5017a25c00 api: Coroutinize set_error_injection handler Pavel Emelyanov 2025-10-06 14:25:27 +03:00
  • 67d48a459f raft topology: make the voter handler consider only group 0 members Patryk Jędrzejczak 2025-09-29 17:24:23 +02:00
  • 8002ddf946 code: Use tls_options::bye_timeout instead of deprecated switch Pavel Emelyanov 2025-09-25 12:03:38 +03:00
  • 2bdf792f8e view: Stop requiring experimental feature Dawid Mędrek 2025-09-29 13:07:05 +02:00
  • 2e2d1f17bb db/view: Verify valid configuration for tablet-based views Dawid Mędrek 2025-09-01 21:31:25 +02:00
  • e9aba62cc5 db/view: Require rf_rack_valid_keyspaces when creating view Dawid Mędrek 2025-09-01 17:49:24 +02:00
  • a7d0cf6dd0 test/cluster/random_failures: Skip creating secondary indexes Dawid Mędrek 2025-10-01 01:40:56 +02:00
  • 6e94c075e3 test/cluster/mv: Mark test_mv_rf_change as skipped Dawid Mędrek 2025-09-30 20:05:27 +02:00
  • f90ca413a0 test/cluster: Adjust MV tests to RF-rack-validity Dawid Mędrek 2025-09-30 20:01:25 +02:00
  • 5e0f5f4b44 test/boost/schema_loader_test.cc: Explicitly enable rf_rack_valid_keyspaces Dawid Mędrek 2025-09-01 21:50:42 +02:00
  • 5d32fef3ae db/view: Name requirement for views with tablets Dawid Mędrek 2025-09-01 17:40:40 +02:00
  • 279a8cbba3 test/cluster/test_view_building_coordinator: add test for tablet merge Michał Jadwiszczak 2025-10-06 15:06:11 +02:00
  • fc7e5370a1 test/cluster/test_view_building_coordinator: add test for tablet migration Michał Jadwiszczak 2025-10-06 15:02:42 +02:00
  • 1b5c46a796 Merge '[Backport 2025.4] test: dtest: test_limits.py: migrate from dtest' from Dario Mirovic Botond Dénes 2025-10-06 15:46:49 +03:00
  • 3b338e36c2 utils/config_file: fix a missing allowed_values propagation in one of named_value constructors Michał Chojnowski 2025-09-23 04:28:48 +02:00
  • dbddba0794 sstables/trie: actually apply BYPASS CACHE to index reads Michał Chojnowski 2025-10-02 14:54:59 +02:00
  • c3dd383e9e test: add reproduction of name reuse bug to service level tests Andrzej Jackowski 2025-10-02 14:11:39 +02:00
  • 380f243986 Merge ' Support replication factor rack list for tablet-based keyspaces' from Tomasz Grabiec Piotr Dulikowski 2025-10-06 14:14:08 +02:00
  • e7907b173a Merge 'db/view: Require rf_rack_valid_keyspaces when creating materialized view' from Dawid Mędrek Piotr Dulikowski 2025-10-06 12:46:45 +02:00
  • 29b5319bc6 sstables/sstable_directory: don't forget to delete other components when deleting TemporaryHashes.db Michał Chojnowski 2025-10-03 23:49:30 +02:00
  • a2e620712c test/boost/database_test: fix two no-op distributed loader tests Michał Chojnowski 2025-10-04 00:21:20 +02:00
  • 6ad8dc4a44 Merge 'root,replica: mv querier to replica/' from Botond Dénes Pavel Emelyanov 2025-10-06 08:26:05 +03:00
  • 5cf9043d74 Merge 'sstables/sstable_directory: don't forget to delete other components when deleting TemporaryHashes.db' from Michał Chojnowski Pavel Emelyanov 2025-10-06 08:23:03 +03:00
  • 3411089f5d treewide: seastar module update Andrzej Jackowski 2025-10-03 16:23:46 +02:00
  • b37ddaee90 Merge '[Backport 2025.1] compaction: ensure that all compaction executors are stopped' from Scylladb[bot] Botond Dénes 2025-10-06 07:04:20 +03:00
  • 00b673ac24 Update ScyllaDB version to: 2025.2.4 Jenkins Promoter 2025-10-05 16:34:26 +03:00
  • 6efb807c1a sstables/sstable_directory: don't forget to delete other components when deleting TemporaryHashes.db Michał Chojnowski 2025-10-03 23:49:30 +02:00
  • 16cb223d7f test/boost/database_test: fix two no-op distributed loader tests Michał Chojnowski 2025-10-04 00:21:20 +02:00
  • f2c5874fa9 Update ScyllaDB version to: 2025.4.0-rc1 scylla-2025.4.0-rc1-candidate-20251005063348 scylla-2025.4.0-rc1 Jenkins Promoter 2025-10-03 21:26:12 +03:00
  • 3db2e67478 docs: adjust docs for VS auth changes Michał Hudobski 2025-09-29 13:42:05 +02:00
  • e8fb745965 test: add tests for VECTOR_SEARCH_INDEXING permission Michał Hudobski 2025-09-11 11:39:59 +02:00
  • 6a69bd770a cql: allow VECTOR_SEARCH_INDEXING users to select Michał Hudobski 2025-09-29 14:04:22 +02:00
  • 3025a35aa6 auth: add possibilty to check for any permission in set Michał Hudobski 2025-09-29 13:55:41 +02:00
  • ae86bfadac auth: add a new permission VECTOR_SEARCH_INDEXING Michał Hudobski 2025-09-10 13:13:00 +02:00
  • 4049dae0b2 tools/scylla-sstable: fix doc links Botond Dénes 2025-09-29 17:14:32 +03:00
  • 8b83294c0f release: adjust doc_link() for the post source-available world Botond Dénes 2025-09-29 16:56:21 +03:00
  • 5930726b38 tools/scylla-nodetool: remove trailing " from doc urls Botond Dénes 2025-09-29 17:01:51 +03:00
  • 0b0192b9ec release: adjust doc_link() for the post source-available world Botond Dénes 2025-09-29 16:56:21 +03:00
  • 96a3481705 tools/scylla-nodetool: remove trailing " from doc urls Botond Dénes 2025-09-29 17:01:51 +03:00
  • ee792f7257 release: adjust doc_link() for the post source-available world Botond Dénes 2025-09-29 16:56:21 +03:00
  • 4f01659eda tools/scylla-nodetool: remove trailing " from doc urls Botond Dénes 2025-09-29 17:01:51 +03:00