Commit Graph

  • 1f4b9a5300 Merge 'compaction: drop compaction executors' possibility to bypass task manager' from Aleksandra Martyniuk Botond Dénes 2024-08-11 10:26:43 +03:00
  • 0bb1075a19 Merge 'tasks: fix task handler' from Aleksandra Martyniuk Botond Dénes 2024-08-11 10:23:17 +03:00
  • 9db272c949 test/cql-pytest: Add test for GROUP BY queries with LIMIT Paweł Zakrzewski 2024-05-23 03:11:27 +02:00
  • e7ae7f3662 cql3: process LIMIT for GROUP BY queries Paweł Zakrzewski 2024-05-23 03:11:07 +02:00
  • 3838ad64b3 cql3/select_statement: simplify the get_limit function Paweł Zakrzewski 2024-07-25 01:23:06 +02:00
  • 08f3219cb8 cql3: respect the user-defined page size in aggregate queries Paweł Zakrzewski 2024-07-02 21:43:50 +02:00
  • 3745d0a534 gms/feature_service: allow to suppress features Michał Jadwiszczak 2024-08-07 11:25:51 +02:00
  • a78f46aad7 s3/client: customize options for input_stream Kefu Chai 2024-08-08 17:27:16 +08:00
  • a56f7ce21a storage_service: raft topology: warn when raft_topology_cmd_handler fails due to abort scylla-6.0.3-candidate-20240811022557 scylla-6.0.3 Kamil Braun 2024-07-30 12:56:17 +02:00
  • ec923171a6 storage_service: raft topology: warn when raft_topology_cmd_handler fails due to abort Kamil Braun 2024-07-30 12:56:17 +02:00
  • e5d01d4000 db/hints: Make commitlog use commitlog IO scheduling group Dawid Medrek 2024-06-07 14:14:23 +02:00
  • b72906518f Merge 'service levels: update connections parameters automatically' from Michał Jadwiszczak Piotr Dulikowski 2024-08-08 15:31:04 +02:00
  • a1b4357765 doc: update Raft info in 6.1 Anna Stuchlik 2024-08-06 15:10:48 +02:00
  • 0f9c6d24cf Update SELECT grammar to define group_by_clause explicitly PeterFlockhart 2024-08-06 14:56:52 -04:00
  • 12c68bcf75 Merge 'querier: include cell stats in page stats' from Botond Dénes Avi Kivity 2024-08-08 12:16:13 +03:00
  • d6742e9bce distributed_loader: Remove load_prio_keyspaces Calle Wilund 2024-08-06 20:45:30 +00:00
  • 4948029666 raft topology: improve logging Kamil Braun 2024-08-02 12:51:47 +02:00
  • 89a93a784e tablets: Do not allocate tablets on nodes being decommissioned Tomasz Grabiec 2024-08-06 17:12:58 +02:00
  • 0144549cd6 tablets: Do not allocate tablets on nodes being decommissioned Tomasz Grabiec 2024-08-06 17:12:58 +02:00
  • db77b5bd03 Merge 'convert the rest of test/boost/sstable_test.cc to co-routines and seastar::thread' from Laszlo Ersek Avi Kivity 2024-08-08 11:55:37 +03:00
  • b62a8b747a test/auth_cluster/test_raft_service_levels: add test for automatic connection update Michał Jadwiszczak 2024-08-01 16:35:13 +02:00
  • 870bdaa6b1 api/cql_server_test: add CQL server testing API Michał Jadwiszczak 2024-08-01 12:51:51 +02:00
  • c3e8778ad4 transport/cql_server: subscribe to sl effective cache reloaded Michał Jadwiszczak 2024-06-04 07:05:28 +02:00
  • b2f2288292 transport/controller: coroutinize subscribe_server and unsubscribe_server Michał Jadwiszczak 2024-07-29 11:38:39 +02:00
  • 4af90726b6 transport/cql_server: add method to update service level params on all connections Michał Jadwiszczak 2024-06-03 21:09:50 +02:00
  • 324b3c43c0 generic_server: use async function in for_each_gently() Michał Jadwiszczak 2024-06-03 21:06:09 +02:00
  • 93e6de0d04 service/qos/sl_controller: use effective service levels cache Michał Jadwiszczak 2024-06-03 19:56:42 +02:00
  • 664a1913c6 service/qos/service_level_controller: notify subscribers on effective cache reloaded Michał Jadwiszczak 2024-06-04 07:02:56 +02:00
  • 5f8132c13c service/raft/group0_state_machine: update effective service levels cache Michał Jadwiszczak 2024-06-03 18:38:32 +02:00
  • 7b28df9b4d service/topology_coordinator: migrate service levels before auth Michał Jadwiszczak 2024-07-31 22:10:24 +02:00
  • 842573d0af service/qos/service_level_controller: effective service levels cache Michał Jadwiszczak 2024-06-03 18:22:28 +02:00
  • 4922f87fed utils/sorting: allow to pass any container as verticies Michał Jadwiszczak 2024-07-27 08:16:12 +02:00
  • 619937c466 service/qos/service_level_controller: replace shard check to assert Michał Jadwiszczak 2024-07-29 18:32:38 +02:00
  • be4c83ad3c service/qos: define effective service level Michał Jadwiszczak 2024-06-03 17:27:22 +02:00
  • 0da979e013 service/qos/qos_common: use const reference in init_effective_names() Michał Jadwiszczak 2024-06-03 14:05:27 +02:00
  • 37cd998993 service/qos/service_level_controller: remove unused field Michał Jadwiszczak 2024-05-29 10:04:03 +02:00
  • f9048de0ce auth: return map of directly granted roles Michał Jadwiszczak 2024-05-29 09:57:44 +02:00
  • d643d5637c test/auth/test_auth_v2_migration: create sl1 in the test Michał Jadwiszczak 2024-07-31 20:51:43 +02:00
  • 3fe60560d2 Merge 'Coroutinize view_builder::start()' from Pavel Emelyanov Avi Kivity 2024-08-07 19:47:32 +03:00
  • 4181a1c53e storage_service: raft topology: warn when raft_topology_cmd_handler fails due to abort Kamil Braun 2024-07-30 12:56:17 +02:00
  • 1a4baa5f9e tablets: Do not allocate tablets on nodes being decommissioned Tomasz Grabiec 2024-08-06 17:12:58 +02:00
  • 0f246bfbc9 raft topology: improve logging Kamil Braun 2024-08-02 12:51:47 +02:00
  • 96509c4cf7 db/hints: Make sync points be created for all hosts when not specified Dawid Medrek 2024-07-15 18:58:39 +02:00
  • 63afbc0fcb view_builder: Restore indentation after previous patches Pavel Emelyanov 2024-08-07 12:46:25 +03:00
  • aa1a5d3201 view_builder: Coroutinize inner start_in_background() calls Pavel Emelyanov 2024-08-07 12:45:36 +03:00
  • 167c6a9c5e view_builder: Coroutinize outer start_in_background() calls Pavel Emelyanov 2024-08-07 12:43:38 +03:00
  • 10a87f5c5b view_builder: Add helper method for background start Pavel Emelyanov 2024-08-07 12:41:53 +03:00
  • ec691a84a5 docs/hinted_handoff: Describe sync point HTTP API Dawid Medrek 2024-07-09 17:52:00 +02:00
  • d065d6f05d db/hints: Log when ignoring invalid hint directories Dawid Medrek 2024-06-05 15:32:27 +02:00
  • 29c352d9c8 db: fix waiting for counter update operations on table stop Michael Litvak 2024-07-31 10:09:32 +03:00
  • 2fd60b0adc api: Move config-related endpoints from storage_service.cc Pavel Emelyanov 2024-07-31 14:44:09 +03:00
  • 1a1583a5b6 doc: add post-installation configuration to the Web Installer page Anna Stuchlik 2024-08-06 11:07:29 +02:00
  • 1963619803 Merge 'Use cross shard barrier to start view builder' from Pavel Emelyanov Piotr Dulikowski 2024-08-07 08:54:15 +02:00
  • f78b88b59b Merge '[Backport 6.1] db/view: drop view updates to replaced node marked as left' from ScyllaDB Botond Dénes 2024-08-07 09:18:26 +03:00
  • 73d46ec548 Improve tombstone_compaction_interval description Tzach Livyatan 2024-07-29 21:59:46 -04:00
  • dcee7839d4 Update tracing.rst - fix table node_slow_log_time name Tzach Livyatan 2024-07-31 11:31:56 -04:00
  • 75477f5661 doc: add OS support for version 6.1 Anna Stuchlik 2024-08-02 13:11:16 +02:00
  • 78d7c953b0 test: increase timeouts for /localnodes test Nadav Har'El 2024-07-29 01:24:54 +03:00
  • 753fc87efa alternator: exclude CDC log table from ListTables Nadav Har'El 2024-07-28 21:18:12 +03:00
  • c75dbc1f9c sstable_directory: delete_atomically: allow sstables from multiple prefixes Benny Halevy 2024-06-30 14:10:39 +03:00
  • 96e5ebe28c boost/bloom_filter_test: wait for total memory reclaimed update Lakshmi Narayanan Sreethar 2024-07-25 17:19:25 +05:30
  • c45e92142e scylla_raid_setup: install update-initramfs when it's not available Takuya ASADA 2024-07-08 19:27:47 +09:00
  • d69f0e529a test: tasks: adjust tests to new wait_task behavior Aleksandra Martyniuk 2024-07-22 14:50:46 +02:00
  • 86ff3c2aa3 api/system: add highest_supported_sstable_format path Łukasz Paszkowski 2024-07-18 14:21:29 +02:00
  • 78206a3fad test/boost: mutation_test: add test for cell compaction stats Botond Dénes 2024-08-06 06:26:28 -04:00
  • 259a59bd64 mutation/compact_and_expire_result: drop operator bool() Botond Dénes 2024-08-06 07:22:35 -04:00
  • f638c37c4b querier: consume_page(): add rate-limiting to tombstone warnings Botond Dénes 2024-05-28 11:24:53 -04:00
  • d69b16a51e querier: consume_page(): add cell stats to page stats trace message Botond Dénes 2024-05-28 11:18:47 -04:00
  • 98c599f73a querier: consume_page(): add tombstone warning for cell tombstones Botond Dénes 2024-05-28 11:16:43 -04:00
  • fa2ee6d545 querier: consume_page(): extract code which logs tombstone warning Botond Dénes 2024-05-28 10:37:44 -04:00
  • e403644c8b mutation/mutation_compactor: collect and aggregate cell compaction stats Botond Dénes 2024-05-28 05:32:58 -04:00
  • 0396db497c mutation: row::compact_and_expire(): use compact_and_expire_result Botond Dénes 2024-05-28 05:02:47 -04:00
  • 2c6d4e21e6 collection_mutation: compact_and_expire(): use compact_and_expire_result Botond Dénes 2024-05-28 05:02:20 -04:00
  • e773a8eee6 mutation: introduce compact_and_expire_result Botond Dénes 2024-05-28 05:01:39 -04:00
  • 9ec8000499 test: add test to check that task handler is fixed Aleksandra Martyniuk 2024-08-05 14:57:24 +02:00
  • 811ca00cec tasks: fix task handler Aleksandra Martyniuk 2024-07-30 09:31:18 +02:00
  • 849856b964 doc: add post-installation configuration to the Web Installer page Anna Stuchlik 2024-08-06 11:07:29 +02:00
  • efac73109e Merge '[Backport 6.1] doc: add the 6.0-to-6.1 upgrade guide' from ScyllaDB Avi Kivity 2024-08-06 13:28:24 +03:00
  • 8c975712d3 doc: remove the 5.4-to-6.0 upgrade guide Anna Stuchlik 2024-08-01 15:46:38 +02:00
  • 1fdfe11bb0 doc: add the 6.0-to-6.1 upgrade guide Anna Stuchlik 2024-08-01 14:58:14 +02:00
  • f348f33667 raft topology: improve logging Kamil Braun 2024-08-02 12:51:47 +02:00
  • aa9d5fe3f5 Merge 'doc: add the 6.0-to-6.1 upgrade guide' from Anna Stuchlik Kamil Braun 2024-08-06 10:23:18 +02:00
  • cc428e8a36 [test.py] Increase pool size for CI Andrei Chekun 2024-07-22 14:22:25 +02:00
  • 58c06819d7 Update ./tools/python3 submodule Botond Dénes 2024-08-05 12:53:18 +03:00
  • 822d3b11d0 tool/scylla-nodetool: refresh: improve error-message on missing ks/tbl args Botond Dénes 2024-08-04 07:38:59 -04:00
  • 32fa5aa938 doc: remove the 5.4-to-6.0 upgrade guide Anna Stuchlik 2024-08-01 15:46:38 +02:00
  • 888d5fe1a3 Merge '[Backport 5.4] raft: fix the shutdown phase being stuck' from Emil Maskovsky Kamil Braun 2024-08-05 16:28:19 +02:00
  • b1405da6ac s3/client: use div_ceil() defined by utils/div_ceil.hh Kefu Chai 2024-08-02 15:39:04 +08:00
  • 5b604509ce db: fix waiting for counter update operations on table stop Michael Litvak 2024-07-31 10:09:32 +03:00
  • ccd01caed8 db: fix waiting for counter update operations on table stop Michael Litvak 2024-07-31 10:09:32 +03:00
  • 12a066ccdf sstable_directory: use return_exception_ptr() when appropriate Kefu Chai 2024-08-03 10:21:40 +08:00
  • 0bc886d005 service: mark fmt::formatter<T>::format() as const Kefu Chai 2024-08-05 12:12:33 +08:00
  • a038a1fdef Merge 'db: coroutinize do_apply_counter_update' from Michael Litvak Piotr Dulikowski 2024-08-05 10:08:18 +02:00
  • 78e3f0f208 Merge '[Backport 6.0] hinted handoff: migrate sync point to host ID ' from Dawid Mędrek Piotr Dulikowski 2024-08-05 09:46:48 +02:00
  • 247b84715a test/cql-pytest: reproducers for key length bugs Nadav Har'El 2024-01-15 13:39:22 +02:00
  • 861a1cedea Improve tombstone_compaction_interval description Tzach Livyatan 2024-07-29 21:59:46 -04:00
  • f0f28cf685 docs: Extend debugging with info about exploring ELF notes Pavel Emelyanov 2024-07-31 16:43:40 +03:00
  • 858fd4d183 Update tracing.rst - fix table node_slow_log_time name Tzach Livyatan 2024-07-31 11:31:56 -04:00
  • 76b6e8c5aa Merge 'Drop datadir from keyspace::config' from Pavel Emelyanov Botond Dénes 2024-08-05 09:46:29 +03:00
  • 2eff4b41ad repair: row_level: coroutinize working_row_hashes() Avi Kivity 2024-07-28 22:13:43 +03:00