Commit Graph

  • ab4de1f470 auth: move fmt::formatter<auth::resource_kind> up Kefu Chai 2024-04-19 23:03:03 +08:00
  • 48048c2f94 utils/to_string: include fmt/std.h if fmt >= v10 Kefu Chai 2024-04-21 11:25:37 +08:00
  • e2d5054c53 types: do not include unused headers Kefu Chai 2024-01-31 13:05:16 +08:00
  • 4445ee9a55 Merge 'install-dependencies.sh: add more dependencies for debian' from Kefu Chai Pavel Emelyanov 2024-04-23 12:04:47 +03:00
  • de6570e1ec serializer_impl, sstables: fix build failure due to missing includes Lakshmi Narayanan Sreethar 2024-04-22 18:35:21 +05:30
  • 826f413cad thrift: avoid use-after-move in make_non_overlapping_ranges() Kefu Chai 2024-04-23 12:53:07 +08:00
  • ad2c26824a main: do not reference moved variable Kefu Chai 2024-04-23 14:06:37 +08:00
  • 14911051ee db: config: introduce force-gossip-topology-changes Patryk Jędrzejczak 2024-04-10 15:51:55 +02:00
  • 275ed9a9bc replica/mutation_dump: create_underlying_mutation_sources(): remove false move Botond Dénes 2024-04-22 10:40:28 -04:00
  • e9285e5c04 Merge 'various fixes for topology coordinator' from Gleb Kamil Braun 2024-04-22 17:37:47 +02:00
  • 82d97da3e0 commitlog: Remove (benign) use-after-move Calle Wilund 2024-04-22 08:54:52 +00:00
  • c528597a84 sstables: add docs changes for system.large_partitions Ferenc Szili 2024-04-22 15:25:41 +02:00
  • 98bec4e02a sstable: large data handler needs to count range tombstones as rows Ferenc Szili 2024-04-22 15:24:18 +02:00
  • ff04375016 main: drop unused namespace alias Kefu Chai 2024-04-19 14:16:47 +08:00
  • 59b40484c8 Update seastar submodule Nadav Har'El 2024-04-21 16:22:06 +03:00
  • 85406a450c install-dependencies.sh: move cargo out of fedora branch Kefu Chai 2024-04-22 15:32:35 +08:00
  • 835742af6d install-dependencies: install cargo and wabt for debian Kefu Chai 2024-04-22 15:30:25 +08:00
  • a70a288627 install-dependencies.sh: add libxxhash-dev for debian Kefu Chai 2024-04-22 15:19:33 +08:00
  • 0c77e96b0b storage_service: topology_coordinator: fix indentation after previous patch Gleb Natapov 2024-04-21 15:06:49 +03:00
  • b8ee8911ca storage_service: topology coordinator: drop ring check in node_state::replacing state Gleb Natapov 2024-04-21 18:53:04 +03:00
  • 06e6ed09ed gossiper: disable status check for endpoints in raft mode Gleb Natapov 2024-04-02 18:13:02 +03:00
  • 0e3f92fa49 storage_service: introduce a setter for topology_change_kind Gleb Natapov 2024-04-02 17:47:10 +03:00
  • 040c6ca0c1 topology coordinator: drop unused structure Gleb Natapov 2024-03-31 11:56:53 +03:00
  • d0a00f3489 storage_service: yield in get_system_mutations Gleb Natapov 2024-04-02 16:33:16 +03:00
  • 87b08c957f Merge 'treewide: drop FMT_DEPRECATED_OSTREAM macro and homebrew range formatters' from Kefu Chai Avi Kivity 2024-04-20 22:25:00 +03:00
  • 65cfb9b4e0 storage_service: skip wait_for_gossip_to_settle if topology changes are based on raft Mikołaj Grzebieluch 2024-03-21 16:27:34 +01:00
  • 67a408447f snapshot_ctl: Brush up true_snapshots_size() internals Pavel Emelyanov 2024-04-19 21:06:06 +03:00
  • 50add3314d snapshot_ctl: Remove unused details struct Pavel Emelyanov 2024-04-19 19:06:59 +03:00
  • e8f10be12e snapshot_ctl: No double recoding of details Pavel Emelyanov 2024-04-19 19:00:02 +03:00
  • 8ec3f057a8 database,snapshots: Move database::snapshot_details into snapshot_ctl Pavel Emelyanov 2024-04-19 18:54:24 +03:00
  • f6bc283bbb database,snapshots: Make database::get_snapshot_details() return map, not vector Pavel Emelyanov 2024-04-19 18:18:41 +03:00
  • a36c13beb3 table,snapshots: Move table::snapshot_details into snapshot_ctl Pavel Emelyanov 2024-04-19 18:00:03 +03:00
  • 372a4d1b79 treewide: do not define FMT_DEPRECATED_OSTREAM Kefu Chai 2024-03-27 13:10:46 +08:00
  • a439ebcfce treewide: include fmt/ranges.h and/or fmt/std.h Kefu Chai 2024-03-22 08:39:04 +08:00
  • 01f13850cb utils/managed_bytes: add support for fmt::to_string() to bytes and friends Kefu Chai 2024-03-27 13:25:48 +08:00
  • 5ab527e669 main: do not echo parsed options when calling scylla interactively Kefu Chai 2024-04-19 14:28:23 +08:00
  • 223214439b compaction: Disconsider active tables in the hourly compaction reevaluation Raphael S. Carvalho 2024-04-17 10:34:19 -03:00
  • ba58b71eea database: Keep local directory_semaphore to initialize sstables managers Pavel Emelyanov 2024-04-17 16:00:50 +03:00
  • 53909da390 database: Don't reference directory_semaphore Pavel Emelyanov 2024-04-17 15:59:09 +03:00
  • be5bc38cde table: Use directory semaphore from sstables manager Pavel Emelyanov 2024-04-17 15:56:58 +03:00
  • 7e7dd2649b table: Indentation fix after previous patch Pavel Emelyanov 2024-04-17 15:57:05 +03:00
  • 2fced3c557 table: Use directory_semaphore for rate-limited snapshot taking Pavel Emelyanov 2024-04-17 15:50:45 +03:00
  • 6514c67fae sstables: Move directory_semaphore::parallel_for_each() to header Pavel Emelyanov 2024-04-17 16:01:29 +03:00
  • ad1a9d4c11 sstables: Move parallel_for_each_restricted to directory_semaphore Pavel Emelyanov 2024-04-17 15:46:25 +03:00
  • 0d2178202d table: Use smp::all_cpus() to iterate over all CPUs locally Pavel Emelyanov 2024-04-17 15:36:51 +03:00
  • dae9bef75f release: prepare for 5.2.18 scylla-5.2.18 Anna Mikhlin 2024-04-19 13:30:48 +03:00
  • a5dae74aee doc: update nodetool setlogginglevel sample output with most recent loggers list Kefu Chai 2024-04-19 17:00:21 +08:00
  • c04654e865 storage_service: capture this explicitly Kefu Chai 2024-04-19 11:59:54 +08:00
  • 168ade72f8 treewide: replace formatter<std::string_view> with formatter<string_view> Kefu Chai 2024-04-18 18:51:14 +08:00
  • 6e487a49aa Merge 'toolchain: support building an optimized clang' from Takuya ASADA Avi Kivity 2024-04-18 16:27:38 +00:00
  • a3481a4566 doc: document the system_auth_v2 feature Anna Stuchlik 2024-03-27 17:03:15 +01:00
  • 21b03d2ce3 topology_coordinator: remove unused variable Kefu Chai 2024-04-18 14:00:36 +08:00
  • e8410848a8 Update seastar submodule Amnon Heiman 2024-04-18 11:40:52 +03:00
  • 065f7178ab repair: Improve estimated_partitions to reduce memory usage Asias He 2024-04-02 09:21:05 +08:00
  • 393cb54c01 Merge 'Generalize tablet transition API calls' from Pavel Emelyanov Tomasz Grabiec 2024-04-18 14:42:10 +02:00
  • ad81f9f56a doc: replace Scylla with ScyllaDB in Glossary Anna Stuchlik 2024-04-18 13:10:15 +02:00
  • 933192a0bb doc: replace Scylla with ScyllaDB in Glossary annastuchlik-patch-2 Anna Stuchlik 2024-04-18 13:10:15 +02:00
  • 9c2a836607 Revert "Merge 'Drain view_builder in generic drain' from ScyllaDB" Kamil Braun 2024-04-18 11:50:35 +02:00
  • 10f137e367 repair: Improve estimated_partitions to reduce memory usage scylla-5.4.6-candidate scylla-5.4.6 Asias He 2024-04-02 09:21:05 +08:00
  • 53e1ed0ebb Merge '[Backport 5.4] gossiper: lock local endpoint when updating heart_beat' from ScyllaDB Kamil Braun 2024-04-17 17:50:30 +02:00
  • e8833c6f2a test: Kill coordinator during topology operation Aleksandr Bykov 2023-12-11 16:42:10 +07:00
  • c6c8347493 migration_manager: Pull all of group0 state on repair Tomasz Grabiec 2024-04-04 01:10:31 +02:00
  • 44d1ffe86b [github] add PR template Yaron Kaikov 2024-04-17 15:31:13 +03:00
  • e78fc75323 Merge 'tools/scylla-nodetool: add doc link for getsstables and sstableinfo commands' from Botond Dénes Nadav Har'El 2024-04-17 15:15:56 +03:00
  • f17e480237 Merge '[Backport 5.2] : Track and limit memory used by bloom filters' from Lakshmi Narayanan Sreethar Botond Dénes 2024-04-17 14:34:18 +03:00
  • 1aedc7372d Merge '[Backport 5.4] : Track and limit memory used by bloom filters' from Lakshmi Narayanan Sreethar Botond Dénes 2024-04-17 14:33:19 +03:00
  • 642f9a1966 repair: Improve estimated_partitions to reduce memory usage Asias He 2024-04-02 09:21:05 +08:00
  • 28781ca37e test: reproducer for missing gossiper updates Kamil Braun 2024-04-03 13:16:21 +02:00
  • 1b2cd56bcc tablets: Generalize transition mutations preparation Pavel Emelyanov 2024-04-17 10:49:07 +03:00
  • 3beccb8165 tablets: Generalize tablet-already-in-transition check Pavel Emelyanov 2024-04-16 20:28:41 +03:00
  • 14923812ad tablets: Generalize raft communications for tablet transition API calls Pavel Emelyanov 2024-04-16 19:43:50 +03:00
  • c4d538320e tablets: Drop src vs dst equality check from move_tablet() Pavel Emelyanov 2024-04-17 10:49:59 +03:00
  • e431e7dc16 test: paritioner_test: print using fmt::print() Kefu Chai 2024-04-16 21:16:43 +08:00
  • 0ff28b2a2a test: extract boost_test_print_type() into test_utils.hh Kefu Chai 2024-04-16 21:37:43 +08:00
  • 2bb8e7c3c3 utils: include "seastarx.hh" in composite_abort_source.hh Kefu Chai 2024-04-17 07:42:53 +08:00
  • 9218bbb9b9 test.py: add the pytest junit_suite_name parameter Beni Peled 2024-04-03 14:50:13 +03:00
  • 8faef135cb gossiper: lock local endpoint when updating heart_beat Kamil Braun 2024-04-04 13:53:48 +02:00
  • 6707bc673c docs: update theme 1.7 David Garcia 2024-04-16 10:55:23 +01:00
  • dd9ab15bb5 test_bloom_filter.py: disable reclaiming memory from components Lakshmi Narayanan Sreethar 2024-03-28 17:03:13 +05:30
  • 96db5ae5e3 sstable_datafile_test: add tests to verify auto reclamation of components Lakshmi Narayanan Sreethar 2024-03-22 14:46:13 +05:30
  • beea229deb test/lib: allow overriding available memory via test_env_config Lakshmi Narayanan Sreethar 2024-03-22 14:51:23 +05:30
  • 89367c4310 sstables_manager: support reclaiming memory from components Lakshmi Narayanan Sreethar 2024-03-20 11:30:49 +05:30
  • 32de41ecb4 sstables_manager: store available memory size Lakshmi Narayanan Sreethar 2024-03-21 18:19:23 +05:30
  • 0841c0084c sstables_manager: add variable to track component memory usage Lakshmi Narayanan Sreethar 2024-03-21 16:04:42 +05:30
  • 786c08aa59 db/config: add a new variable to limit memory used by table components Lakshmi Narayanan Sreethar 2024-03-14 13:50:26 +05:30
  • 31251b37dd sstable_datafile_test: add testcase to verify reclamation from sstables Lakshmi Narayanan Sreethar 2024-03-20 17:58:50 +05:30
  • eb9ba914a3 Merge 'Set dc and rack in gossiper when loaded from system.peers and load the ignored nodes state for replace' from Benny Halevy Kamil Braun 2024-04-16 10:27:36 +02:00
  • 75962d3e94 test_bloom_filter.py: disable reclaiming memory from components Lakshmi Narayanan Sreethar 2024-03-28 17:03:13 +05:30
  • 034304127c sstable_datafile_test: add tests to verify auto reclamation of components Lakshmi Narayanan Sreethar 2024-03-22 14:46:13 +05:30
  • 95068d3c00 test/lib: allow overriding available memory via test_env_config Lakshmi Narayanan Sreethar 2024-03-22 14:51:23 +05:30
  • 3dca49c524 sstables_manager: support reclaiming memory from components Lakshmi Narayanan Sreethar 2024-03-20 11:30:49 +05:30
  • 505a0714a6 sstables_manager: store available memory size Lakshmi Narayanan Sreethar 2024-03-21 18:19:23 +05:30
  • b8bd650e32 sstables_manager: add variable to track component memory usage Lakshmi Narayanan Sreethar 2024-03-21 16:04:42 +05:30
  • fd0b083414 db/config: add a new variable to limit memory used by table components Lakshmi Narayanan Sreethar 2024-03-14 13:50:26 +05:30
  • 1609b77b45 sstable_datafile_test: add testcase to verify reclamation from sstables Lakshmi Narayanan Sreethar 2024-03-20 17:58:50 +05:30
  • aec4d157da sstables: support reclaiming memory from components Lakshmi Narayanan Sreethar 2024-03-12 13:28:28 +05:30
  • 1b390ceb24 sstables: support reclaiming memory from components Lakshmi Narayanan Sreethar 2024-03-12 13:28:28 +05:30
  • 0bfe016beb Update Driver root page Tzach Livyatan 2024-04-10 21:33:31 +03:00
  • 80d7bf7366 Update Driver root page Tzach Livyatan 2024-04-10 21:33:31 +03:00
  • 2c3d6fe72f storage_proxy: Simplify create_hint_sync_point() code Pavel Emelyanov 2024-04-05 19:07:49 +03:00