Commit Graph

  • 26fa234f87 test/cqlpy,alternator: "--release" should not require AWS credentials Nadav Har'El 2025-02-10 14:05:08 +02:00
  • 48130ca2e9 Update pgo profiles - aarch64 Jenkins Promoter 2025-02-15 04:20:11 +02:00
  • 5054087f0b Update pgo profiles - x86_64 Jenkins Promoter 2025-02-15 04:05:06 +02:00
  • 2970567b3a streaming: Relax streaming::make_streamig_consumer() view builder arg Pavel Emelyanov 2025-02-04 11:06:23 +03:00
  • 1140a875e1 streaming: Keep non-sharded view_builder dependency reference Pavel Emelyanov 2025-02-04 11:11:41 +03:00
  • 3cb9758bd1 streaming: Remove view_builder.local_is_initialized() checks Pavel Emelyanov 2025-02-04 11:10:42 +03:00
  • 7bd3d31ac6 repair: Keep non-sharded view_builder dependency reference Pavel Emelyanov 2025-02-04 11:01:25 +03:00
  • 423abc918c repair: Remove view_builder.local_is_initialized() checks Pavel Emelyanov 2025-02-04 10:29:11 +03:00
  • 5d1f74b86a main: Start sharded<view_builder> earlier Pavel Emelyanov 2025-02-04 10:26:33 +03:00
  • f650e75137 test/cql_env: Move stream manager start lower Pavel Emelyanov 2025-02-14 20:25:12 +03:00
  • 10fffcd646 sstables_manager: maybe_reclaim_components: yield between iterations Lakshmi Narayanan Sreethar 2025-02-03 15:13:29 +05:30
  • 77107ddaa3 sstables_manager: rename increment_total_reclaimable_memory_and_maybe_reclaim() Lakshmi Narayanan Sreethar 2025-02-03 15:09:19 +05:30
  • 7f0f839d6d sstables_manager: move reclaim logic into components_reclaim_reload_fiber() Lakshmi Narayanan Sreethar 2025-02-03 14:51:10 +05:30
  • f73b6abcc7 sstables_manager: rename _sstable_deleted_event condition variable Lakshmi Narayanan Sreethar 2025-01-30 17:42:01 +05:30
  • 35a4de3eeb sstables_manager: rename components_reloader_fiber() Lakshmi Narayanan Sreethar 2025-01-30 17:30:39 +05:30
  • 4d396b9578 sstables_manager: fix maybe_reclaim_components() indentation Lakshmi Narayanan Sreethar 2025-01-30 18:20:41 +05:30
  • f53fd40ff0 sstables_manager: reclaim components memory until usage falls below threshold Lakshmi Narayanan Sreethar 2025-01-30 18:09:11 +05:30
  • 30184ead79 sstables_manager: introduce get_components_memory_reclaim_threshold() Lakshmi Narayanan Sreethar 2025-01-30 15:12:50 +05:30
  • 4d12ae433a sstables_manager: extract maybe_reclaim_components() Lakshmi Narayanan Sreethar 2025-01-30 14:43:22 +05:30
  • 59cbee6fc7 sstables_manager: fix maybe_reload_components() indentation Lakshmi Narayanan Sreethar 2025-01-22 15:37:27 +05:30
  • ce2aa15d19 sstables_manager: extract out maybe_reload_components() Lakshmi Narayanan Sreethar 2025-01-22 15:31:45 +05:30
  • 8f61d26007 test/perf/s3: Add --part-size-mb option for upload test Pavel Emelyanov 2025-01-23 18:51:37 +03:00
  • 6211b39f4b test/perf/s3: Add uploading test Pavel Emelyanov 2025-01-23 15:38:11 +03:00
  • 0919a70ac8 test/perf/s3: Some renames not to be download-centric Pavel Emelyanov 2025-01-23 15:20:40 +03:00
  • 24c194dcf3 test/perf/s3: Make object/file name configurable Pavel Emelyanov 2025-01-23 15:14:29 +03:00
  • 6b27642a79 test/perf/s3: Configure maximum number of sockets Pavel Emelyanov 2025-01-23 18:57:38 +03:00
  • 230d4d7c5e test/perf/s3: Remove parallelizm Pavel Emelyanov 2025-01-23 18:57:20 +03:00
  • b52d1a3d99 s3/client: Make http client connections limit configurable Pavel Emelyanov 2025-01-23 14:45:13 +03:00
  • e499f7c971 test: add test to check dcs and hosts repair filter Aleksandra Martyniuk 2025-01-31 15:26:47 +01:00
  • d598750b2d storage_proxy: allow multiple truncate table fibers per shard Ferenc Szili 2025-01-17 12:38:12 +01:00
  • e491950c47 raft topology: Add support for raft topology system tables initialization to happen before group0 initialization Abhinav Jha 2025-01-24 15:54:15 +05:30
  • 889fb9c18b Update tools/java submodule Botond Dénes 2025-02-14 11:14:07 +02:00
  • 1c8a41e2dd test: add repair dc selection to test_tablet_metadata_persistence Aleksandra Martyniuk 2025-01-31 11:16:22 +01:00
  • 5545289bfa repair: Introduce Host and DC filter support Asias He 2025-01-27 17:46:41 +08:00
  • 4c75701756 docs: locator: update the docs and formatter of tablet_task_info Aleksandra Martyniuk 2025-01-31 11:15:36 +01:00
  • b448fea260 sstable_loader: fix cross-shard resource cleanup in download_task_impl Kefu Chai 2025-02-11 14:40:31 +08:00
  • 4c1f1baab4 tasks: make release_resources() a coroutine Kefu Chai 2025-02-11 14:25:04 +08:00
  • 294b839e34 test_rpc_compression.py: fix an overly-short timeout Michał Chojnowski 2025-02-13 09:54:21 +01:00
  • d288d79d78 api: initialize token metadata API after starting the gossiper Gleb Natapov 2025-02-09 15:15:30 +02:00
  • c627aff5f7 Merge '[Backport 2025.1] reader_concurrency_semaphore: set_notify_handler(): disable timeout ' from Scylladb[bot] Botond Dénes 2025-02-13 15:24:54 +02:00
  • 24eb8f49ba service: query_pager: fix last-position for filtering queries Botond Dénes 2025-01-31 08:20:44 -05:00
  • 8e6648870b reader_concurrency_semaphore: with_permit(): proper clean-up after queue overload Botond Dénes 2025-01-31 07:29:22 -05:00
  • 77696b1e43 reader_concurrency_semaphore: foreach_permit(): include _inactive_reads Botond Dénes 2025-01-30 02:43:14 -05:00
  • 3497ba7f60 replica: mark registry entry as synch after the table is added Aleksandra Martyniuk 2025-01-16 14:01:08 +01:00
  • ade0fe2d7a nodetool: tasks: print empty string for start_time/end_time if unspecified Aleksandra Martyniuk 2025-01-17 12:51:32 +01:00
  • b5e306047f dist: fix upgrade error from 2024.1 Takuya ASADA 2025-02-12 18:10:39 +09:00
  • c57492bd73 Update tools/java submodule Botond Dénes 2025-02-13 12:32:07 +02:00
  • 12cc84f8a9 raft_rpc::send_append_entries: limit memory usage Petr Gusev 2025-02-12 14:39:18 +01:00
  • e6dcb605cb Merge 'Fix typos' from Dmitriy Rokhfeld (TripleChecker) Nadav Har'El 2025-02-13 11:14:29 +02:00
  • ffca4a9f85 test_rpc_compression.py: fix an overly-short timeout Michał Chojnowski 2025-02-13 09:54:21 +01:00
  • 2c0ffdce31 pgo: disable tablets for training with secondary index, lwt and counters Michał Chojnowski 2025-02-04 02:25:46 +01:00
  • ff7e93ddd5 db/config: reader_concurrency_semaphore_cpu_concurrency: bump default to 2 Botond Dénes 2025-02-04 04:50:33 -05:00
  • 1998733228 service: query_pager: fix last-position for filtering queries Botond Dénes 2025-01-31 08:20:44 -05:00
  • e79ee2ddb0 reader_concurrency_semaphore: foreach_permit(): include _inactive_reads Botond Dénes 2025-01-30 02:43:14 -05:00
  • 4c39943b3f replica: mark registry entry as synch after the table is added Aleksandra Martyniuk 2025-01-16 14:01:08 +01:00
  • 17c86f8b57 encryption: Fix encrypted components mask check in describe Calle Wilund 2025-01-15 13:03:29 +00:00
  • d05b3897a2 Merge '[Backport 2025.1] api: task_manager: do not unregister finish task when its status is queried' from Scylladb[bot] Botond Dénes 2025-02-13 09:38:12 +02:00
  • 9116fc635e Merge '[Backport 2025.1] split: run set_split_mode() on all storage groups during all_storage_groups_split()' from Scylladb[bot] Botond Dénes 2025-02-13 09:36:23 +02:00
  • 8d64be94e2 Fix typos TripleChecker 2025-02-13 01:54:08 +02:00
  • 86838a147d test: skip test_complex_null_values in uf_typest_test Wojciech Mitros 2025-02-12 11:55:02 +01:00
  • 5f74b5fdff test: Use linux-aio backend again on seastar-based tests Raphael S. Carvalho 2025-02-04 17:02:45 -03:00
  • 54c165c94c test: Skip test_raft_voters because of existing issue Andrei Chekun 2025-02-05 13:14:08 +01:00
  • 043291a2b4 fms: extract entry_size to log_entry::get_size Petr Gusev 2025-02-12 14:33:41 +01:00
  • b860b2109f doc: add a warning for admins launching ScyllaDB on Azure Anna Stuchlik 2025-02-04 15:46:31 +01:00
  • d8ea780244 Merge 'scylla-gdb.py: introduce scylla tablet-metadata command' from Botond Dénes Tomasz Grabiec 2025-02-12 13:27:36 +01:00
  • 9540e056a4 test: Add the possibility to run raft tests with pytest Andrei Chekun 2025-02-10 14:29:07 +01:00
  • b36d586d80 test.py: move mv tests into a separate folder Artsiom Mishuta 2025-02-12 11:34:07 +01:00
  • 5ca025a8c1 test.py: suport subfolders Artsiom Mishuta 2025-02-12 11:03:05 +01:00
  • 7150442f6a service/storage_proxy: schedule_repair(): materialize the range into a vector Botond Dénes 2024-12-12 23:37:29 -05:00
  • 6e1fb2c74e build: limit ThinLTO link parallelism to prevent OOM in release builds Kefu Chai 2025-01-16 17:58:03 +08:00
  • 3ac533251a allow "UTC" and "GMT" in string format of timestamp Alexander Turetskiy 2025-01-21 16:14:15 +03:00
  • 47011ab830 Materialized view name length should be limited Alexander Turetskiy 2024-12-02 14:49:53 +03:00
  • 5c647408c7 systemd: map libraries close to the executable Avi Kivity 2024-09-21 22:46:45 +03:00
  • de3b2c827f service: topology coordinator: demote log message about refreshing stats Avi Kivity 2025-02-10 20:43:22 +02:00
  • f808f84a45 db/config: improve description of repair_multishard_reader_enable_read_ahead Botond Dénes 2024-12-03 03:24:54 -05:00
  • a746fd2bb8 test_rpc_compression.py: test the dictionaries are loaded on startup Michał Chojnowski 2025-02-07 03:50:13 +01:00
  • 89a5889bed raft/group0_state_machine: load current RPC compression dict on startup Michał Chojnowski 2025-02-07 03:39:56 +01:00
  • be5c28e149 scylla-gdb.py: add scylla tablet-metadata command Botond Dénes 2024-10-02 10:30:22 -04:00
  • 23db82b957 scylla-gdb.py: register the scylla table command Botond Dénes 2024-12-10 04:19:00 -05:00
  • 3ec8ef90fe scylla-gdb.py: unordered_map: improve flat_hash_map matching Botond Dénes 2024-10-02 10:27:57 -04:00
  • 5adaf0a605 Merge 'tree: migrate from boost::remove_if() to the standard library based alternatives' from Kefu Chai Avi Kivity 2025-02-11 14:07:48 +02:00
  • 481397317d sstables, test: migrate from boost::copy() to std::ranges::copy() Kefu Chai 2025-02-11 09:10:05 +08:00
  • fb318d0c81 repair: Add await_completion option for tablet_repair api Asias He 2025-01-22 08:37:36 +08:00
  • 770dc37f0f tools: toolchain: prepare: fix optimized_clang archive printout Avi Kivity 2025-02-06 00:28:19 +02:00
  • 1842d456a1 test/cqlpy: fix some false failures on Cassandra Nadav Har'El 2025-01-29 12:48:38 +02:00
  • 4a7a75dfcb Merge 'tasks: use host_id in task manager' from Aleksandra Martyniuk Botond Dénes 2025-02-11 11:32:27 +02:00
  • 7b8344faa8 Merge 'Fix a regression that sometimes causes an internal error and demote barrier_and_drain rpc error log to a warning ' from Gleb Natapov Patryk Jędrzejczak 2025-02-11 10:25:35 +01:00
  • 8d1f6df818 test/test_view_build_status: fix flaky asserts Michael Litvak 2025-02-03 10:23:03 +02:00
  • b567d60624 Update seastar submodule branch-6.1 Botond Dénes 2025-02-11 10:27:00 +02:00
  • 529ff3efa5 Merge 'Alternator: implement UpdateTable operation to add or delete GSI' from Nadav Har'El Pavel Emelyanov 2025-02-11 10:02:01 +03:00
  • a18069fad7 service: migrate from boost::range::remove_if() to std::ranges::remove_if Kefu Chai 2025-02-11 09:07:08 +08:00
  • ba724a26f4 sstable: migrate from boost::remove_if() to std::erase_if() Kefu Chai 2025-02-11 08:39:55 +08:00
  • e72e6fadeb Fix typos TripleChecker 2025-02-11 00:17:43 +02:00
  • 6a1ee32cc3 Merge 'raft/group0_state_machine: load current RPC compression dict on startup' from Michał Chojnowski Avi Kivity 2025-02-10 20:40:33 +02:00
  • cd50152522 service/mapreduce_service: Cancel query when stopping Dawid Mędrek 2025-02-03 11:28:06 +01:00
  • 6f04de3efd streaming: Fail stream plan on stream_mutation_fragments handler in case of error Asias He 2024-12-18 08:12:17 +08:00
  • cf72c31617 treewide: improve bash error reporting Avi Kivity 2025-02-08 18:20:27 +02:00
  • 81f7a6d97d doc: Update system.sstables table schema description Pavel Emelyanov 2025-02-04 16:30:21 +03:00
  • 51a273401c Merge 'test: tablets_test: Create proper schema in load balancer tests' from Tomasz Grabiec Botond Dénes 2025-02-10 16:08:41 +02:00
  • c212f5a296 db/config: forward-declare boost options_description_easy_init Avi Kivity 2025-01-03 17:51:55 +02:00