Commit Graph

  • 92d87eb1f7 test: fix indentation and delete unused this_dc param Aleksandra Martyniuk 2024-02-27 17:37:31 +01:00
  • 9cca241ec6 test: rest_api: fix test_storage_service.py Aleksandra Martyniuk 2024-02-22 13:32:50 +01:00
  • aee0257051 test: rest_api: fix test_repair_task.py Aleksandra Martyniuk 2024-02-20 15:01:48 +01:00
  • 6210c210ff test: rest_api: fix test_compaction_task.py Aleksandra Martyniuk 2024-02-19 15:32:08 +01:00
  • a996ed8be9 test: rest_api: use skip_without_tablets fixture Aleksandra Martyniuk 2024-02-20 16:58:15 +01:00
  • 1fbe76814e test: rest_api: add some tablet related fixtures Aleksandra Martyniuk 2024-02-20 16:22:29 +01:00
  • ab498489fe sstables_loader: Implement tablet based load-and-stream Raphael S. Carvalho 2024-02-19 20:51:46 -03:00
  • fc861742d7 cql: avoid undefined behavior in totimestamp() of extreme dates Nadav Har'El 2024-02-26 14:20:55 +02:00
  • b9158e36ef sstables_loader: Virtualize sstable_streamer for tablet Raphael S. Carvalho 2024-02-19 19:55:42 -03:00
  • 3523cc8063 sstables_loader: Avoid reallocations in vector Raphael S. Carvalho 2024-02-19 17:16:13 -03:00
  • d1db17d490 sstable_loader: Decouple sstable streaming from selection Raphael S. Carvalho 2024-02-19 17:14:15 -03:00
  • 0a41f2a11f sstables_loader: Introduce sstable_streamer Raphael S. Carvalho 2024-02-19 16:47:01 -03:00
  • 21533aff0f Fix online SSTable loading with concurrent tablet migration Raphael S. Carvalho 2024-02-26 14:52:52 -03:00
  • ce1a422c9c Merge '[Backport 5.2] sstables: close index_reader in has_partition_key' from Aleksandra Martyniuk Botond Dénes 2024-02-27 16:12:17 +02:00
  • 0c376043eb migration_manager: take group0 lock during raft snapshot taking Gleb Natapov 2024-02-26 15:49:31 +02:00
  • 6a6450a82d Merge '[Backport 5.4] repair: streaming: handle no_such_column_family from remote node' from Aleksandra Martyniuk Botond Dénes 2024-02-27 10:57:48 +02:00
  • 75805a7f23 Merge '[Backport 5.4] sstables: close index_reader in has_partition_key' from Aleksandra Martyniuk Botond Dénes 2024-02-27 10:41:41 +02:00
  • 5dc145a93f test/topology_custom: test_read_repair.py: reduce run-time Botond Dénes 2024-02-26 09:25:09 -05:00
  • 7f3ca3a3d8 replica/database: get_query_max_result_size(): use query_page_size_in_bytes Botond Dénes 2024-02-26 09:39:02 -05:00
  • 8213e66815 replica/database: use include page-size in max-result-size Botond Dénes 2024-02-26 09:21:05 -05:00
  • 97615e0d9a query-request: max_result_size: add without_page_limit() Botond Dénes 2024-02-26 09:25:21 -05:00
  • 5e37c1465f db/config: introduce query_page_size_in_bytes Botond Dénes 2024-02-26 09:19:15 -05:00
  • 296be93714 test: add test to check if reader is closed Aleksandra Martyniuk 2024-02-15 14:38:50 +01:00
  • 6feb802d54 sstables: close index_reader in has_partition_key Aleksandra Martyniuk 2024-02-13 20:51:37 +01:00
  • f843e7181b test: add test to check if reader is closed Aleksandra Martyniuk 2024-02-15 14:38:50 +01:00
  • c76fa47cc4 sstables: close index_reader in has_partition_key Aleksandra Martyniuk 2024-02-13 20:51:37 +01:00
  • 0fd85a98a9 mutation: add fmt::formatter for position_range Kefu Chai 2024-02-26 14:46:47 +08:00
  • 2f532b9ebc mutation: add fmt::formatter for mutation_fragment and range_tombstone_stream Kefu Chai 2024-02-26 14:26:20 +08:00
  • 2caef424fe repair: handle no_such_column_family from remote node gracefully Aleksandra Martyniuk 2024-02-08 13:45:48 +01:00
  • 5e665cd7fb test: test drop table on receiver side during streaming Aleksandra Martyniuk 2024-01-08 21:19:23 +01:00
  • b770be8f78 streaming: fix indentation Aleksandra Martyniuk 2024-02-08 13:55:47 +01:00
  • c06282b312 docs: always build from the default branch Beni Peled 2024-02-26 11:48:38 +02:00
  • f59f70fc58 docs: trigger the docs-pages workflow on release branches Beni Peled 2024-02-12 12:41:59 +02:00
  • 1fe7a467e7 mutation: add fmt::formatter for mutation_fragment_v2::printer Kefu Chai 2024-02-26 00:06:39 +08:00
  • b5ff9a2bf8 streaming: handle no_such_column_family from remote node gracefully Aleksandra Martyniuk 2024-02-07 17:51:16 +01:00
  • 0da3772d50 repair: add methods to skip dropped table Aleksandra Martyniuk 2024-02-06 13:53:42 +01:00
  • 3d6948c13e tools/scylla-nodetool: implement info Kefu Chai 2024-02-23 23:03:42 +08:00
  • 4d8f74f301 test/nodetool: move format_size into utils.py Kefu Chai 2024-02-23 23:02:09 +08:00
  • cd228f4d6c docs: remove leading space in table element Kefu Chai 2024-02-26 12:31:00 +08:00
  • d12655ff46 docs: remove space in words Kefu Chai 2024-02-26 12:29:15 +08:00
  • fd32e2ee10 Merge 'misc_services: fix data race from bad usage of get_next_version' from Piotr Dulikowski Kamil Braun 2024-02-25 19:35:34 +01:00
  • 59df47920b topology coordinator: fix use after free in rollback_to_normal state Gleb Natapov 2024-02-25 16:05:40 +02:00
  • f07c233ad5 Fix potential data resurrection when another compaction type does cleanup work Raphael S. Carvalho 2024-02-23 15:34:33 -03:00
  • 493327afd8 [action] Add promoted label when commits are in master Yaron Kaikov 2024-02-14 17:01:57 +02:00
  • b4cef638ef Merge 'mutation: add fmt::formatter for mutation types' from Kefu Chai Nadav Har'El 2024-02-25 09:48:56 +02:00
  • 84ba624415 mutation: add fmt::formatter for canonical_mutation Kefu Chai 2024-02-25 12:15:52 +08:00
  • 3625796222 mutation: add fmt::formatter for atomic_cell_view and atomic_cell Kefu Chai 2024-02-25 11:34:43 +08:00
  • b4fa32ec17 mutation: add fmt::formatter for atomic_cell_or_collection::printer Kefu Chai 2024-02-25 11:17:19 +08:00
  • c7eab9329f test/topology_custom: add testcase to verify reshape with tablets Lakshmi Narayanan Sreethar 2024-02-22 14:16:22 +05:30
  • ed2d8529f3 test/pylib/rest_client: add get_sstable_info, enable/disable_autocompaction Lakshmi Narayanan Sreethar 2024-02-22 13:51:57 +05:30
  • 7196d2fff4 replica/distributed_loader: enable reshape for sstables Lakshmi Narayanan Sreethar 2024-02-19 12:27:19 +05:30
  • 83fecc2f1f compaction: reshape sstables within compaction groups Lakshmi Narayanan Sreethar 2024-02-16 16:21:13 +05:30
  • 54546e1530 version_generator: check that get_next_version is called on shard 0 Piotr Dulikowski 2024-02-23 13:49:49 +01:00
  • 21d5d4e15c misc_services: fix data race from bad usage of get_next_version Piotr Dulikowski 2024-02-23 12:54:32 +01:00
  • 496cf9a1d8 interval: add fmt::formatters for managed_bytes and friends Kefu Chai 2024-02-23 08:30:00 +08:00
  • 0aaa6b1a08 fmt: add formatter for mutation_fragment_v2::kind Nadav Har'El 2024-02-20 17:11:43 +02:00
  • c1267900c6 Merge 'sstables: add fmt::formatter for sstable types' from Kefu Chai Botond Dénes 2024-02-23 10:09:26 +02:00
  • 89efa89dd7 Merge 'test: add fmt::formatters' from Kefu Chai Botond Dénes 2024-02-23 09:32:39 +02:00
  • 1f363a876e Merge 'utils: add fmt::formatter for occupancy_stats, managed_bytes and friends ' from Kefu Chai Botond Dénes 2024-02-23 09:31:22 +02:00
  • d314ad2725 Merge 'sstables: close index_reader in has_partition_key' from Aleksandra Martyniuk Botond Dénes 2024-02-23 09:27:55 +02:00
  • 010fb5f323 tools/scylla-nodetool: make keyspace argument optional for "ring" Kefu Chai 2024-02-22 19:15:00 +08:00
  • 6800810dba interval, multishard_mutation_query: fix typos in comments Kefu Chai 2024-02-23 14:34:53 +08:00
  • a08d9ba2a4 Merge 'tools/scylla-nodetool: fixes to address test failures with dtest' from Kefu Chai Botond Dénes 2024-02-23 09:05:30 +02:00
  • 959d33ba39 Merge 'repair: streaming: handle no_such_column_family from remote node' from Aleksandra Martyniuk Botond Dénes 2024-02-23 08:25:45 +02:00
  • 3574c22d73 test/nodetool/utils: print out unmatched output on test failure Kefu Chai 2024-02-23 13:47:15 +08:00
  • 234aa99aaa Merge 'tools/scylla-nodetool: extract and use {yaml,json}_writers' from Kefu Chai Botond Dénes 2024-02-23 08:13:07 +02:00
  • 3a3f0d392f gms/versioned_value: impl operator<<(.., const gms::versioned_value) using fmt Kefu Chai 2024-02-16 13:37:17 +08:00
  • 62abf89312 sstables: add fmt::formatter for deletion_time Kefu Chai 2024-02-23 13:53:38 +08:00
  • a5a757387a sstable: add fmt::formatter for indexable_element Kefu Chai 2024-02-23 13:46:31 +08:00
  • 5754b9eb08 sstables: add fmt::foramtter for sstable_state Kefu Chai 2024-02-23 13:45:32 +08:00
  • 9a32029a8f sstables: add fmt::formatter for sstables::bound_kind_m Kefu Chai 2024-02-23 13:06:13 +08:00
  • 67c69be3c6 tools/scylla-nodetool: add an extra empty line inbetween reports Kefu Chai 2024-02-23 12:53:32 +08:00
  • 381c389b56 tools/scylla-nodetool: tighten the param check for toppartitions Kefu Chai 2024-02-23 12:49:31 +08:00
  • 3835ebfcdc utils/managed_bytes: add fmt::formatters for managed_bytes and friends Kefu Chai 2024-02-22 11:50:04 +08:00
  • 3d9054991b utils/logalloc: add fmt::formatter for occupancy_stats Kefu Chai 2024-02-22 11:21:12 +08:00
  • bf107dae84 test/unit: add fmt::formatter for tree_test_key_base Avi Kivity 2024-02-23 10:13:06 +08:00
  • a70318e722 test: add printer for type for BOOST_REQUIRE_EQUAL Kefu Chai 2024-02-23 10:05:39 +08:00
  • 63396f780d test: add fmt::formatters Kefu Chai 2024-02-23 10:05:16 +08:00
  • 2ccd9e695d test/perf: add fmt::formatters for scheduling_latency_measurer and perf_result Kefu Chai 2024-02-23 08:45:26 +08:00
  • c76871aa65 replica/table : add method to get compaction group id for an sstable Lakshmi Narayanan Sreethar 2024-02-14 14:01:24 +05:30
  • 9fffd8905f compaction: reshape: update total reshaped size only on success Lakshmi Narayanan Sreethar 2024-02-14 12:29:44 +05:30
  • 4fb099659a compaction: simplify exception handling in shard_reshaping_compaction_task_impl::run Lakshmi Narayanan Sreethar 2024-02-13 20:20:06 +05:30
  • 5682e51a97 test.py: Add test-case splitting in 'name' selection Pavel Emelyanov 2024-02-22 19:22:58 +03:00
  • b64710b0c6 test.py: Add casename argument to PythonTest Pavel Emelyanov 2024-02-22 19:22:16 +03:00
  • 8859b4d991 Adding scripts/metrics-config.yml Amnon Heiman 2024-02-22 17:13:54 +02:00
  • 4e67a98a21 Adding scripts/get_description.py to fetch metrics description Amnon Heiman 2024-02-22 17:04:08 +02:00
  • 14a4fa16a8 doc: add placeholder for Enable Raft topology page Anna Stuchlik 2024-02-22 16:02:06 +01:00
  • 5afaa03241 test/object_store: Remove unused managed_cluster (and other stuff) Pavel Emelyanov 2024-02-12 17:37:22 +03:00
  • 57c408ab5d alternator: add fmt::formatter for alternator::parsed::path Kefu Chai 2024-02-22 10:07:47 +08:00
  • 95ed46e26a test/object_store: Use tmpdir fixture in flush-retry case Pavel Emelyanov 2024-02-22 17:38:06 +03:00
  • 252688fe0c test/object_store: Turn flush-retry case to use ManagerClient Pavel Emelyanov 2024-02-12 17:35:58 +03:00
  • e742906f1f test/object_store: Turn "misconfigured" case to use ManagerClient Pavel Emelyanov 2024-02-12 16:41:11 +03:00
  • 857b48f950 test/object_store: Turn garbage-collect case to use ManagerClient Pavel Emelyanov 2024-02-12 16:39:21 +03:00
  • d27b91cfb4 test/object_store: Turn basic case to use ManagerClient Pavel Emelyanov 2024-02-12 17:26:27 +03:00
  • 67f8dc5a7c Merge 'mutation: add fmt::formatter for clustering_row, row_tombstone and friends' from Kefu Chai Avi Kivity 2024-02-22 16:16:26 +02:00
  • 9c44bbce67 Merge 'cdc: metadata: allow sending writes to the previous generations' from Patryk Jędrzejczak Avi Kivity 2024-02-18 14:49:39 +02:00
  • 89d0704d9b test/object_store: Prepare to work with ManagerClient Pavel Emelyanov 2024-02-12 16:38:04 +03:00
  • 4530be9e5b test: add test to check if reader is closed Aleksandra Martyniuk 2024-02-15 14:38:50 +01:00
  • 5227336a32 sstables: close index_reader in has_partition_key Aleksandra Martyniuk 2024-02-13 20:51:37 +01:00
  • 6a6115cd86 mv: fix missing view deletions in some cases of range tombstones Nadav Har'El 2024-02-05 11:44:21 +02:00