Commit Graph

  • 5482417d30 service: use session variable for streaming Aleksandra Martyniuk 2025-12-23 19:10:04 +01:00
  • d6dc818f03 service: pass topology guard to RBNO Aleksandra Martyniuk 2025-12-23 14:54:18 +01:00
  • b5dae10acb test: extend test_batchlog_replay_failure_during_repair Aleksandra Martyniuk 2025-11-14 14:18:04 +01:00
  • 11cab796a7 db: batchlog_manager: update _last_replay only if all batches were replayed Aleksandra Martyniuk 2025-10-29 16:07:02 +01:00
  • 9baaddb613 test/cqlpy: add reproducer for hidden Paxos table being shown by DESC Nadav Har'El 2026-01-18 23:39:59 +02:00
  • cd5508a690 test: extend test_batchlog_replay_failure_during_repair Aleksandra Martyniuk 2025-11-14 14:18:04 +01:00
  • c3a9415e0c db: batchlog_manager: update _last_replay only if all batches were replayed Aleksandra Martyniuk 2025-10-29 16:07:02 +01:00
  • e0cc6ca7e6 vector_index: Refactor extracting ANN query information Szymon Malewski 2026-01-16 08:20:54 +01:00
  • 7d2e6c0170 Merge 'config: add enforce_rack_list option' from Aleksandra Martyniuk Botond Dénes 2026-01-22 10:27:35 +02:00
  • d6557764b9 snapshot: keep per-sstable metadata in manifest.json Benny Halevy 2025-12-14 10:52:04 +02:00
  • dc9093303d snapshot: add table info and tablet_count to manifest.json Benny Halevy 2025-12-14 12:02:14 +02:00
  • 91df129e21 snapshot: add basic support for snapshot ttl in manifest.json Benny Halevy 2025-12-14 08:47:29 +02:00
  • 5e90fbb9d2 table: snapshot_on_all_shards: take snapshot_options Benny Halevy 2025-11-23 14:40:59 +02:00
  • 49a3e0914d db: snapshot_ctl: move skip_flush to struct snapshot_options Benny Halevy 2025-11-23 14:10:31 +02:00
  • d9fc3b1c11 snapshot: add snapshot name in manifest.json Benny Halevy 2025-12-14 08:47:29 +02:00
  • 0f014e2916 test: lib: cql_test_env: apply db::config::tablets_mode_for_new_keyspaces Benny Halevy 2025-12-14 12:39:19 +02:00
  • 0d82e56078 snapshot: add node info to manifest.json Benny Halevy 2025-12-14 12:02:14 +02:00
  • 24040efc54 snapshot: add manifest info to manifest.json Benny Halevy 2025-12-14 12:02:14 +02:00
  • 9e0f5410ae test: database_test: snapshot_works: add validate_manifest Benny Halevy 2025-11-25 08:55:07 +02:00
  • e503340efc test: test_raft_recovery_during_join: get host ID of the bootstrapping node before it crashes Patryk Jędrzejczak 2026-01-19 13:23:43 +01:00
  • 4281d18c2e Merge 'schema: Apply sstable_compression_user_table_options to CQL aux and Alternator tables' from Nikos Dragazis Botond Dénes 2026-01-22 06:50:48 +02:00
  • ade92555c3 Update ScyllaDB version to: 2025.4.3 Jenkins Promoter 2026-01-21 23:16:44 +02:00
  • 5c1e525618 Merge 'vector_search: cache restrictions JSON at prepare time ' from Dawid Pawlik Nadav Har'El 2026-01-21 19:03:35 +02:00
  • 51285785fa storage: add method to create component source Ernest Zaslavsky 2025-12-14 15:10:13 +02:00
  • 757e9d0f52 streaming: keep sharded database reference on tablet_sstable_streamer Ernest Zaslavsky 2025-12-01 16:49:36 +02:00
  • 4ffa070715 streaming: skip streaming empty sstable sets Ernest Zaslavsky 2025-12-01 16:43:15 +02:00
  • 0fcd369ef2 streaming: inline streamer instance creation Ernest Zaslavsky 2025-12-01 16:39:46 +02:00
  • 32173ccfe1 tests: fix incorrect backup/restore test flow Ernest Zaslavsky 2025-12-01 16:16:46 +02:00
  • 1f0f694c9e test: test_zero_token_nodes_multidc: properly handle reads with CL=LOCAL_ONE Patryk Jędrzejczak 2026-01-20 15:34:40 +01:00
  • 843da2bbb8 test_encryption: capture stderr Petr Gusev 2025-12-26 11:12:26 +01:00
  • 925d86fefc test/cluster: add test_strong_consistency.py Petr Gusev 2025-12-11 17:05:10 +01:00
  • 59a876cebb raft_group_registry: disable metrics for non-0 groups Petr Gusev 2025-12-11 23:26:35 +01:00
  • 1f170d2566 strong consistency: implement select_statement::do_execute() Petr Gusev 2025-12-11 15:11:50 +01:00
  • a5d611866e cql: add select_statement.cc Petr Gusev 2025-12-11 13:29:25 +01:00
  • 493ebe2add strong consistency: implement coordinator::query() Petr Gusev 2025-12-11 16:29:28 +01:00
  • ccf90cfde8 cql: add modification_statement Petr Gusev 2025-12-09 17:06:06 +01:00
  • 989566e8a3 cql: add statement_helpers Petr Gusev 2025-12-23 23:48:54 +01:00
  • b94fd11939 strong consistency: implement coordinator::mutate() Petr Gusev 2025-12-10 13:41:03 +01:00
  • 801bf82a34 raft.hh: make server::wait_for_leader() public Petr Gusev 2026-01-13 18:08:27 +01:00
  • 7d111f2396 strong_consistency: add coordinator Petr Gusev 2025-12-09 17:05:57 +01:00
  • 4413142f25 modification_statement: make get_timeout public Petr Gusev 2025-12-09 14:57:29 +01:00
  • 4902186ede strong_consistency: add groups_manager Petr Gusev 2025-12-25 11:07:08 +01:00
  • 4eee5bc273 strong_consistency: add state_machine and raft_command Petr Gusev 2025-12-25 11:04:49 +01:00
  • a8350b274e table: add get_max_timestamp_for_tablet Petr Gusev 2025-12-22 19:25:26 +01:00
  • dc4896b69b tablets: generate raft group_id-s for new table Petr Gusev 2025-12-08 16:05:56 +01:00
  • 6dd74be684 tablet_replication_strategy: add consistency field Petr Gusev 2025-12-08 15:37:00 +01:00
  • 53f93eb830 tablets: add raft_group_id Petr Gusev 2025-11-29 00:51:25 +01:00
  • cab3e1eea5 modification_statement: remove virtual where it's not needed Petr Gusev 2025-11-28 17:20:32 +01:00
  • 9015bed794 modification_statement: inline prepare_statement() Petr Gusev 2025-11-28 16:16:06 +01:00
  • 998ee5b7fb system_keyspace: disable tablet_balancing for strongly_consistent_tables Petr Gusev 2025-11-27 16:34:00 +01:00
  • 6b0d757f28 cql: rename strongly_consistent statements to broadcast statements Petr Gusev 2025-11-27 12:29:37 +01:00
  • afa4d60ac1 Fix lambda-coroutine fiasco in hint_endpoint_manager.cc Tomasz Grabiec 2025-12-06 17:01:45 +00:00
  • 18b5a49b0c Populate all sl:* groups into dedicated top-level supergroup Pavel Emelyanov 2026-01-19 17:31:22 +03:00
  • 9d9ee8ad68 Improve documentation of vector search configuration parameters. Szymon Wasik 2025-12-02 11:22:32 +01:00
  • cf4133c62d Merge 'service: pass topology guard to RBNO' from Aleksandra Martyniuk Botond Dénes 2026-01-21 12:47:28 +02:00
  • ea8a661119 reduce test_backup.py and test_refresh.py datasets Robert Bindar 2026-01-20 19:15:18 +02:00
  • 8962093d90 Merge 'vector_index: Introduce rescoring index option' from Szymon Malewski Nadav Har'El 2026-01-21 10:46:22 +02:00
  • ecb6fb00f0 streamed_mutation_freezer: use chunked_vector instead of std::deque for clustering rows Avi Kivity 2026-01-20 21:18:01 +02:00
  • 09d3b6c98b Merge 'auth: use paged internal queries during migration' from Piotr Smaron Botond Dénes 2026-01-21 09:58:06 +02:00
  • d16f9c821d Revert "api: storage_service/tablets/repair: disable incremental repair by default" Raphael S. Carvalho 2026-01-12 15:34:09 -03:00
  • 4a7e20953a test/cqlpy: remove the xfail mark from already passing tests Dawid Pawlik 2026-01-19 14:14:35 +01:00
  • 7a3f51b304 Update seastar submodule Botond Dénes 2026-01-20 08:59:53 +02:00
  • abf7c34b40 reader_concurrency_semaphore: improve handling of base resources Botond Dénes 2026-01-14 15:55:44 +02:00
  • 4bf77d4dde doc: fix the default compaction strategy for Materialized Views Anna Stuchlik 2025-12-17 17:07:43 +01:00
  • 6dd7752e02 doc: fix the default compaction strategy for Materialized Views Anna Stuchlik 2025-12-17 17:07:43 +01:00
  • cb6b20e197 reader_concurrency_semaphore: improve handling of base resources Botond Dénes 2026-01-14 15:55:44 +02:00
  • 94607c36e0 service: node_ops: remove coroutine::lambda wrappers Aleksandra Martyniuk 2026-01-16 17:18:37 +01:00
  • ea222186bc doc: fix the default compaction strategy for Materialized Views Anna Stuchlik 2025-12-17 17:07:43 +01:00
  • e8f5ac5fb6 reader_concurrency_semaphore: improve handling of base resources Botond Dénes 2026-01-14 15:55:44 +02:00
  • ee59610b9b Merge '[Backport 2025.4] The system_replicated_keys should be mark as a system keyspace' from Scylladb[bot] Botond Dénes 2026-01-21 06:36:43 +02:00
  • 4af195c866 cql: fail with a better error when null vector is passed to ann query Michał Hudobski 2025-10-10 12:38:50 +02:00
  • d6226500f6 vector_search: Add more rescoring validation tests Szymon Malewski 2026-01-15 12:05:38 +01:00
  • 376c70be75 vector_search: Add rescoring validation test Karol Nowacki 2025-12-17 12:39:06 +01:00
  • 41dcf12463 vector_search: doc: Document new index option Karol Nowacki 2025-12-17 14:54:12 +01:00
  • b268eda67e vector_search: test: Add rescoring index option test Karol Nowacki 2025-12-16 15:17:50 +01:00
  • c5945b1ef4 vector_index: introduce rescoring option Szymon Malewski 2026-01-08 10:38:51 +01:00
  • 262a8cef0b vector_index: improve options validation Szymon Malewski 2026-01-15 10:04:53 +01:00
  • f27ef79d0d test/vector_search: add filter tests with bind variables Dawid Pawlik 2026-01-20 18:17:46 +01:00
  • e62cb29b7d vector_search: cache restrictions JSON at prepare time Dawid Pawlik 2026-01-20 17:00:04 +01:00
  • f89a8c4ec4 cql3/statements/describe_statement: hide paxos state tables Michał Jadwiszczak 2026-01-19 14:06:16 +01:00
  • 91e2b027ce test.py: do not crash when there is no boost log Andrei Chekun 2026-01-20 15:45:39 +01:00
  • 58d3052ad4 test.py: pass correctly extra cmd line arguments Andrei Chekun 2026-01-14 16:10:24 +01:00
  • 84e9b94503 doc: fix the default compaction strategy for Materialized Views Anna Stuchlik 2025-12-17 17:07:43 +01:00
  • f54a4010c0 refactor: vector_search: move filter logic to vector_search namespace Dawid Pawlik 2026-01-20 12:58:28 +01:00
  • a53f989d2f db/row_cache: make_nonpopulating_reader(): pass cache tracker to snapshot Botond Dénes 2026-01-15 11:01:26 +02:00
  • 9a0849ef36 vector search, paging: add test for paging warnings Michał Hudobski 2026-01-09 12:12:25 +01:00
  • 177985a69d aws_error: fix nested exception handling Ernest Zaslavsky 2026-01-14 11:30:22 +02:00
  • 161b66759c aws_error: fix nested exception handling Ernest Zaslavsky 2026-01-14 11:30:22 +02:00
  • c7dda5500c database: simplify apply_counter_update exception handling Avi Kivity 2026-01-19 20:57:45 +02:00
  • fc2aecea69 idl: don't redefine bound_weight and partition_region in paging_state.idl.hh Wojciech Mitros 2025-12-09 05:34:44 +01:00
  • 2be5ee9f9d service: use session variable for streaming Aleksandra Martyniuk 2025-12-23 19:10:04 +01:00
  • 3fe596d556 service: pass topology guard to RBNO Aleksandra Martyniuk 2025-12-23 14:54:18 +01:00
  • f0dbf6135d test: add test for enforce_rack_list option Aleksandra Martyniuk 2026-01-09 13:59:03 +01:00
  • 7dc371f312 db: mark rf_rack_valid_keyspaces as deprecated Aleksandra Martyniuk 2026-01-09 13:56:51 +01:00
  • 761ace4f05 config: add enforce_rack_list option Aleksandra Martyniuk 2026-01-09 13:46:41 +01:00
  • e7ec87382e Revert "alternator: require rf_rack_valid_keyspaces when creating index" Michael Litvak 2026-01-11 15:13:48 +01:00
  • 8ecd4d73ac test: Update cluster/object_store/ tests to use new S3 config format Pavel Emelyanov 2026-01-12 18:27:51 +03:00
  • 5e369c0439 audit: Stop using deprecated seastar UDP sending API Pavel Emelyanov 2026-01-16 17:59:15 +03:00
  • 874322f95e multishard_query: simplify do_query() coroutine/continuation complexity Avi Kivity 2026-01-19 21:17:51 +02:00
  • e07fe2536e test/pylib/util.py: Add retries and additional logging to start_writes() Łukasz Paszkowski 2026-01-13 10:43:03 +01:00