Commit Graph

  • 282bd88d14 test: actually wait for tablets to distribute across nodes Wojciech Mitros 2025-05-26 13:49:29 +02:00
  • c00824c7df Merge 'transport: Implement SCYLLA_USE_METADATA_ID support' from Andrzej Jackowski Avi Kivity 2025-05-29 12:27:31 +03:00
  • ffea5e67c1 raft_sys_table_storage: avoid temporary buffer when deserializing log_entry Petr Gusev 2025-05-12 16:56:52 +02:00
  • bcbbc40026 serializer_impl.hh: add as_input_stream(managed_bytes_view) overload Petr Gusev 2025-05-13 10:27:44 +02:00
  • 0c5676ffb4 test.py: fix metrics DB location Andrei Chekun 2025-05-28 20:08:34 +02:00
  • 6e92791538 test.py: fix the possibility to gather resource metrics for test Andrei Chekun 2025-04-09 13:35:12 +02:00
  • 37854acc92 changed the string literals into the correct ones Ran Regev 2025-05-07 17:51:54 +03:00
  • 2eed2e94ea sstables_loader: Extend logging with recently added skip-cleanup Pavel Emelyanov 2025-05-19 09:22:50 +03:00
  • 9542bfd2b1 docs: enable ai chatbot David Garcia 2025-05-27 22:44:20 +02:00
  • 0831931fec .github/workflows/conflict_reminder: reduce the amount of conflict reminder for every push event Yaron Kaikov 2025-05-28 08:54:10 +03:00
  • 61581d458e Merge 'vector_index: add custom index class from Michał Hudobski Nadav Har'El 2025-05-28 10:42:29 +03:00
  • 53df911145 replica: Fix range reads spanning sibling tablets Raphael S. Carvalho 2025-05-27 20:09:16 -03:00
  • 47562951c1 test: remove flakiness from test_schema_is_recovered_after_dying Wojciech Mitros 2024-12-16 01:58:55 +01:00
  • ec41601929 mv: add a test for dropping an index while it's building Wojciech Mitros 2025-01-20 23:50:43 +01:00
  • f1fd053572 base_info: remove the lw_shared_ptr variant Wojciech Mitros 2025-03-20 04:49:49 +01:00
  • 70b21012cd view_info: don't re-set base_info after construction Wojciech Mitros 2025-03-18 04:42:06 +01:00
  • 4f789bf4c7 base_info: remove base_info snapshot semantics Wojciech Mitros 2025-03-20 01:51:33 +01:00
  • d922a415b5 base_info: remove base schema from the base_info Wojciech Mitros 2025-03-18 04:36:04 +01:00
  • d9fe006a20 schema_registry: store base info instead of base schema for view entries Wojciech Mitros 2025-03-18 03:49:30 +01:00
  • 4e2f1d0edb base_info: make members non-const Wojciech Mitros 2025-03-20 02:11:55 +01:00
  • da5ad10002 view_info: move the base info to a separate header Wojciech Mitros 2025-03-19 05:35:47 +01:00
  • 6e40197c52 view_info: move computation of view pk columns not in base pk to view_updates Wojciech Mitros 2025-03-18 02:10:44 +01:00
  • 4e0c8b7ab8 view_info: move base-dependent variables into base_info Wojciech Mitros 2025-03-18 01:50:52 +01:00
  • 7422796845 view_info: set base info on construction Wojciech Mitros 2025-01-09 03:14:59 +01:00
  • 6f8fc57908 alter_table_statement: fix renaming multiple columns in tables with views Wojciech Mitros 2025-01-07 19:32:20 +01:00
  • 195e6a82de test/cqlpy: remove xfail and add more vector tests Michał Hudobski 2025-05-14 13:00:18 +02:00
  • 7a2b0179e8 vector_index: allow options when custom class is provided Michał Hudobski 2025-05-26 10:52:39 +02:00
  • 3ab643a5de vector_index: add custom index and vector index classes Michał Hudobski 2025-05-14 11:52:52 +02:00
  • 7f057af1f2 replica: make non-preemptive keyspace create/update/delete functions public Marcin Maliszkiewicz 2024-09-13 12:32:31 +02:00
  • 2daa630938 replica: split update keyspace into two phases Marcin Maliszkiewicz 2024-09-13 11:39:39 +02:00
  • fe0f4033ca replica: split creating keyspace into two functions Marcin Maliszkiewicz 2024-09-12 15:54:00 +02:00
  • aceb1f9659 db: rename create_keyspace_from_schema_partition Marcin Maliszkiewicz 2024-09-05 14:49:02 +02:00
  • f8fe51640a db: decouple functions and aggregates schema change notification from merging code Marcin Maliszkiewicz 2024-09-04 12:17:22 +02:00
  • 52069d954f db: store functions and aggregates change batch in schema_applier Marcin Maliszkiewicz 2024-09-04 12:08:21 +02:00
  • 5fff3097a5 db: decouple tables and views schema change notifications from merging code Marcin Maliszkiewicz 2024-09-04 11:34:19 +02:00
  • 6f8579e242 db: store tables and views schema diff in schema_applier Marcin Maliszkiewicz 2024-09-04 11:12:20 +02:00
  • b74c1e9ae4 db: decouple user type schema change notifications from types merging code Marcin Maliszkiewicz 2024-08-30 10:59:51 +02:00
  • 3a95edd0d7 service: unify keyspace notification functions arguments Marcin Maliszkiewicz 2024-08-29 20:37:26 +02:00
  • d7202586ca db: replica: decouple keyspace schema change notifications to a separate function Marcin Maliszkiewicz 2024-08-28 20:25:37 +02:00
  • ddf9f7ae05 db: add class encapsulating schema merging Marcin Maliszkiewicz 2024-07-09 19:50:54 +02:00
  • 1eb580973c generic_server: make shutdown() return void Marcin Maliszkiewicz 2025-04-24 15:20:21 +02:00
  • d76d1766ad generic_server: skip connection processing logic after shedding the connection Marcin Maliszkiewicz 2025-04-24 11:52:29 +02:00
  • f7e5adaca3 transport: generic_server: remove no longer used connection advertising code Marcin Maliszkiewicz 2025-04-24 11:46:38 +02:00
  • 81f0e79dc0 transport: move new connection trace logs into connection class ctor/dtor Marcin Maliszkiewicz 2025-04-24 11:41:59 +02:00
  • 371b959539 transport: move cql connections counting into connection class ctor/dtor Marcin Maliszkiewicz 2025-04-24 11:36:47 +02:00
  • c60035cbf6 test/lib/cql_test_env.cc: Enable rf_rack_valid_keyspaces by default Dawid Mędrek 2025-04-17 16:10:21 +02:00
  • 237638f4d3 test/boost/tablets_test.cc: Explicitly disable rf_rack_valid_keyspaces in problematic tests Dawid Mędrek 2025-04-17 16:06:31 +02:00
  • a5e16c69a4 test_mv_tablets_replace: wait for tablet replicas to balance before working on them Wojciech Mitros 2025-05-12 00:11:15 +02:00
  • efce03ef43 doc: clarify RF increase issues for tablets vs. vnodes Anna Stuchlik 2025-05-20 12:49:20 +03:00
  • 22d6c7e702 test/boost/tablets_test.cc: Fix indentation in test_load_balancing_with_random_load Dawid Mędrek 2025-04-29 16:57:59 +02:00
  • fa62f68a57 test/boost/tablets_test.cc: Adjust test_load_balancing_with_random_load to RF-rack-validity Dawid Mędrek 2025-04-29 16:53:49 +02:00
  • cd615c3ef7 test/boost/tablets_test.cc: Adjust test_load_balancing_works_with_in_progress_transitions to RF-rack-validity Dawid Mędrek 2025-04-17 15:29:45 +02:00
  • 1f9f724441 test: add reproducer and test for mutation source refresh after merge Ferenc Szili 2025-05-27 15:18:36 +02:00
  • d0329ca370 tablets: trigger mutation source refresh on tablet count change Ferenc Szili 2025-05-02 15:58:04 +02:00
  • 5074daf1b7 test: actually wait for tablets to distribute across nodes Wojciech Mitros 2025-05-26 13:49:29 +02:00
  • 844a49ed6e dht: fragment token_range_vector Avi Kivity 2025-05-14 19:56:14 +03:00
  • 83c2a2e169 partition_range_compat: generalize wrap/unwrap helpers Avi Kivity 2025-05-14 19:54:06 +03:00
  • 5a67119dce Merge '[Backport 2025.1] Merge 'test/pylib: servers_add: support list of property_files' from Benny Halevy' from Dawid Mędrek scylla-2025.1.3-candidate-20250530095908 scylla-2025.1.3 Botond Dénes 2025-05-27 14:30:07 +03:00
  • 542b2ed0de Merge 'Remove req_params facility from API' from Pavel Emelyanov Botond Dénes 2025-05-27 14:29:05 +03:00
  • 7d0d3ec1c8 load_and_stream: Add abortion flow to mutation streaming Ernest Zaslavsky 2025-03-02 10:12:52 +02:00
  • 1199c68bac test/boost/tablets_test.cc: Adjust test_load_balancing_resize_requests to RF-rack-validity Dawid Mędrek 2025-04-17 14:41:58 +02:00
  • e4e3b9c3a1 test/boost/tablets_test.cc: Adjust test_load_balancing_with_two_empty_nodes to RF-rack-validity Dawid Mędrek 2025-04-17 14:25:51 +02:00
  • 6e2fb79152 test/boost/tablets_test.cc: Adjust test_load_balancer_shuffle_mode to RF-rack-validity Dawid Mędrek 2025-04-17 14:21:51 +02:00
  • 485df63fd5 Merge 'Extend compaction_history table with additional compaction statistics' from Łukasz Paszkowski Botond Dénes 2025-05-27 14:12:12 +03:00
  • b197d1a617 doc: update migration tools overview Anna Stuchlik 2025-05-26 19:47:23 +02:00
  • 185a032044 utils/stream_compressor: allocate memory for zstd compressors externally Michał Chojnowski 2025-05-14 14:23:47 +02:00
  • 76dddb758e Update pgo profiles - x86_64 Jenkins Promoter 2025-05-27 12:02:44 +03:00
  • bd3bd089e1 sstables_loader: Fix load-and-stream vs skip-cleanup check Pavel Emelyanov 2025-05-19 09:28:30 +03:00
  • de9d9c9ece Update pgo profiles - aarch64 Jenkins Promoter 2025-05-27 11:59:53 +03:00
  • 555d897a15 test: wait for normal state propagation in test_auth_v2_migration Andrzej Jackowski 2025-05-15 13:02:47 +02:00
  • eaa2ce1bb5 sstables: Fix race when loading checksum component Nikos Dragazis 2025-04-22 18:43:11 +03:00
  • 2739eb49fd Merge 'docs: remove API reference redirect' from David Garcia Botond Dénes 2025-05-27 11:24:27 +03:00
  • 8487d81c6e Merge 'test: mark difference in handling IFs in LWT as scylla_only' from Andrzej Jackowski Nadav Har'El 2025-05-27 09:35:41 +03:00
  • efdb2abdc6 test.py: dtest: make bypass_cache_test.py run using test.py Evgeniy Naydanov 2025-05-22 09:30:32 +00:00
  • 3a2410324c test.py: dtest: add missed ScyllaCluster.nodetool() Evgeniy Naydanov 2025-05-22 09:19:08 +00:00
  • 6105bb9530 test.py: dtest: copy unmodified bypass_cache_test.py Evgeniy Naydanov 2025-05-22 08:51:04 +00:00
  • 7dc0c4cf4f test: close logfile/socket_dir for stopped servers in recycle_cluster Andrzej Jackowski 2025-05-25 11:58:44 +02:00
  • d99d1c315c docs: remove [erno X] prefix from metrics logger David Garcia 2025-05-26 01:04:39 +02:00
  • 3e331cfbbe docs: fix typo David Garcia 2025-05-26 21:34:23 +02:00
  • eefc9c33e8 docs: remove API reference redirect David Garcia 2025-05-26 21:32:07 +02:00
  • 70f13f7ff3 test/cluster/test_read_repair.py: improve trace logging test (again) Botond Dénes 2025-05-26 14:10:41 +03:00
  • ea6ef5d0aa test: mark difference in handling IFs in LWT as scylla_only Andrzej Jackowski 2025-05-09 08:52:40 +02:00
  • 2d4acb623e docs: cql: add explicit explanation how mixing IFs works in LWT Andrzej Jackowski 2025-05-09 08:46:34 +02:00
  • 4508823294 Merge 'test.py: dtest: few fixes missed in the initial implementation' from Evgeniy Naydanov Piotr Dulikowski 2025-05-26 13:37:12 +02:00
  • 89ace09c18 [workflow]: add conflict_reminder to PRs based against master Yaron Kaikov 2025-05-19 10:17:28 +03:00
  • dc4e5db1d2 test/cluster: extract execute_with_tracing() into pylib/util.py Botond Dénes 2025-05-02 01:53:35 -04:00
  • 6f722e8bc0 docs: split api reference in smaller files David Garcia 2025-05-09 19:38:46 +01:00
  • 90ebea5ebb Move mutation_fragment::kind into data object Radosław Cybulski 2025-03-26 16:19:03 +01:00
  • ef51bb9bd3 Make mutation_fragment::kind enum 1 byte size Radosław Cybulski 2025-03-26 15:57:10 +01:00
  • 003e79ac9e Move mutation_fragment_v2::kind into data object Radosław Cybulski 2025-03-26 15:46:05 +01:00
  • d211119e49 Make mutation_fragment_v2::kind enum 1 byte size Radosław Cybulski 2025-03-26 15:23:06 +01:00
  • bf9534e2b5 docs: fix \t (tab) is not rendered correctly David Garcia 2025-05-09 18:43:34 +01:00
  • 29932a5af1 pgo: drop Java configuration Avi Kivity 2025-05-15 13:37:47 +03:00
  • f195c05b0d untyped_result_set: mark get_blob() as returning unfragmented data Avi Kivity 2025-05-11 18:09:58 +03:00
  • ff8a119f26 test/boost/sstable_compressor_factory_test: define a test suite name Michał Chojnowski 2025-05-16 16:00:54 +02:00
  • d303edbc39 doc: remove copyright from Cassandra Stress Anna Stuchlik 2025-05-20 10:18:45 +03:00
  • 70d9352cec doc: remove the redundant pages Anna Stuchlik 2025-05-09 14:50:59 +02:00
  • ee2e6b09fb doc: fix the product name for version 2025.1 (on branch-2025.1) Anna Stuchlik 2025-05-20 14:28:31 +03:00
  • 2a253ace5e Merge 'test.py: add coverage for boost with pytest execution' from Andrei Chekun Pavel Emelyanov 2025-05-26 10:18:53 +03:00
  • 537054bfad test.py: add support for coverage for boost test Andrei Chekun 2025-05-21 19:40:30 +02:00