Commit Graph

  • e435ec1b5e sstable_directory: Do not collect filesystem garbage for S3-backed sstables Pavel Emelyanov 2023-05-24 14:45:29 +03:00
  • 16d66f2fe9 sstable_directory: Deduplicate .process() location argument Pavel Emelyanov 2023-05-24 14:49:08 +03:00
  • d6b5e18cb3 sstable_directory: Keep directory lister on stack Pavel Emelyanov 2023-05-24 14:39:08 +03:00
  • 524614087a sstable_directory: Use directory_lister API directly Pavel Emelyanov 2023-05-24 14:36:30 +03:00
  • fbd103744c test: test_tablets.py: Pass server id to server_restart() Tomasz Grabiec 2023-05-24 14:59:57 +02:00
  • b423d132f5 test: test_tablets.py: Add missing await on server_restart() Tomasz Grabiec 2023-05-23 18:09:55 +02:00
  • b0c40a2a03 db: config: s/ingore/ignore/ Kefu Chai 2023-05-24 15:41:51 +08:00
  • 91f609d065 migration_manager: do not pull schema if raft is on Alejo Sanchez 2023-05-05 17:33:31 +02:00
  • 819d710753 vnode_erm: optimize get_range_addresses Petr Gusev 2023-05-24 12:16:37 +04:00
  • 79c6bf0885 clear_gently: remove noexcept for rvalue references overload Petr Gusev 2023-05-24 12:08:19 +04:00
  • d9961fc6a2 doc: add the upgrade guide from 5.2 to 5.3 Anna Stuchlik 2023-05-19 17:04:51 +02:00
  • eb457b6104 Merge 'fixed broken links, added community forum link, university link, spelling and other mistakes' from Guy Shtub Botond Dénes 2023-05-24 09:58:58 +03:00
  • 02d31786ff test/alternator: better README.md on how to run and write tests Nadav Har'El 2023-05-23 16:06:42 +03:00
  • 2fbcbc09b0 api: specialize fmt::formatter<api::table_info> Kefu Chai 2023-05-22 15:37:19 +08:00
  • 8efb5c30ce counters: move fmt::formatter<counter_{shard,cell}_view>::format() to .cc Kefu Chai 2023-05-20 17:36:14 +08:00
  • 132260973a tests: Add perf test for S3 client (reading latencies) Pavel Emelyanov 2023-05-15 19:00:59 +03:00
  • 57758ec3e1 Merge 'Put streaming sched group onto stream manager' from Pavel Emelyanov Botond Dénes 2023-05-24 09:27:30 +03:00
  • 644787535a test/cql-pytest: revert incorrect fix to avoid a warning Nadav Har'El 2023-05-23 16:40:20 +03:00
  • 2526b232f1 Merge 'Remove explicit default_priority_class() usage from sstable aux methods' from Pavel Emelyanov Botond Dénes 2023-05-24 09:23:24 +03:00
  • cb22492379 raft: specialize fmt::formatter<raft::server_address&> and friends Kefu Chai 2023-05-22 15:37:27 +08:00
  • 1ef600fb7f Merge 'docs/dev/system_keyspace: move regular tables into another section and add the raft table' from Kefu Chai Botond Dénes 2023-05-24 08:54:10 +03:00
  • 313ae4ddac Merge 'Generalize some file accessing helpers in test/' from Pavel Emelyanov Botond Dénes 2023-05-24 08:43:41 +03:00
  • 65c0afc899 Update docker-hub.md Guy Shtub 2023-05-24 07:34:58 +03:00
  • 7e3d768369 Update docs/dev/docker-hub.md Guy Shtub 2023-05-24 07:27:07 +03:00
  • 6329036656 Update docs/dev/docker-hub.md Guy Shtub 2023-05-24 07:26:42 +03:00
  • 3538a2e1c2 Update docs/dev/docker-hub.md Guy Shtub 2023-05-24 07:23:51 +03:00
  • 53183d6302 Update docs/dev/docker-hub.md Guy Shtub 2023-05-24 07:23:37 +03:00
  • 2677d47bbc Update docs/dev/docker-hub.md Guy Shtub 2023-05-24 07:23:28 +03:00
  • b8c565875b docs/dev/system_keyspace: add raft table Kefu Chai 2023-05-22 19:31:23 +08:00
  • eee0003312 docs/dev/system_keyspace: move sstables and tablets into another section Kefu Chai 2023-05-22 19:17:11 +08:00
  • 6cdd5ccabd compaction: Make compaction reevaluation actually periodic Raphael S. Carvalho 2023-04-03 14:21:30 -03:00
  • 204baa0c1e compaction_manager: Fix reactor stalls during periodic submissions Raphael S. Carvalho 2022-12-23 06:26:15 -03:00
  • 3556d2b4e8 compaction_manager: reindent postponed_compactions_reevaluation() Avi Kivity 2022-12-05 22:02:27 +02:00
  • 6b699c9667 compaction_manager: coroutinize postponed_compactions_reevaluation() Avi Kivity 2022-12-05 22:01:41 +02:00
  • 316ea63ea0 compaction_manager: make postponed_compactions_reevaluation() return a future Avi Kivity 2022-12-05 21:58:48 +02:00
  • bafde878ba replica: Reevaluate regular compaction on off-strategy completion Raphael S. Carvalho 2023-04-03 14:09:37 -03:00
  • 5aea6938ae commitlog: Introduce and use comitlog sched group Pavel Emelyanov 2023-05-18 22:50:10 +03:00
  • da5467c687 Merge 'Use implicit default prio class in tests' from Pavel Emelyanov Avi Kivity 2023-05-23 18:46:51 +03:00
  • 3956e01640 Merge 'Clean index_reader API' from Pavel Emelyanov Avi Kivity 2023-05-23 18:46:26 +03:00
  • 5f6491987d Deregister table's metrics when disposing a table to work around #8627 Piotr Smaroń 2023-05-17 23:39:48 +02:00
  • 88fd7f7111 Merge 'Docs: add feature store tutorial' from Attila Tóth Nadav Har'El 2023-05-23 16:17:23 +03:00
  • c276ac3099 test/topology: run first slow topology tests Alejo Sanchez 2023-05-18 23:55:50 +02:00
  • cf686b4238 Skip unnecessary redirection Attila Toth 2023-05-23 14:09:39 +02:00
  • a8008760f7 Add links to feature store tutorial Attila Toth 2023-05-23 14:08:01 +02:00
  • 1246568e3b docs/dev/system_keyspace: use timeuuid for sstables.generation Kefu Chai 2023-05-22 18:53:22 +08:00
  • 678f8fb1b7 stream_manager: Add streaming sched group copy Pavel Emelyanov 2023-05-19 14:30:41 +03:00
  • ff9d65f6ad cql_test_env: Move sched groups initialization up Pavel Emelyanov 2023-05-19 14:27:37 +03:00
  • 1c0e8c25ca Merge 'multishard_mutation_query: make reader_context::lookup_readers() exception safe' from Botond Dénes Avi Kivity 2023-05-23 14:05:10 +03:00
  • 6c453df9d7 sstables: Remove default prio class from rewrite_statistics() Pavel Emelyanov 2023-05-18 19:07:15 +03:00
  • 438132ad4b sstables: Remove prio class from validate_checksums subs Pavel Emelyanov 2023-05-19 14:33:21 +03:00
  • 7396d9d291 sstables: Remove always default io-prio from validate_checksums() Pavel Emelyanov 2023-05-19 14:32:47 +03:00
  • 2bb024c948 index_reader: Introduce and use default arguments to constructor Pavel Emelyanov 2023-05-18 16:14:26 +03:00
  • 397f4b51c3 Update seastar submodule Avi Kivity 2023-05-22 17:01:04 +03:00
  • 3fd5d3cc2b index_reader: Use _pc field in get_file_input_stream_options() directly Pavel Emelyanov 2023-05-18 15:59:46 +03:00
  • 21d24e8ea3 index_reader: Move index_reader::get_file_input_stream_options to private: block Pavel Emelyanov 2023-05-18 15:57:18 +03:00
  • 7056b7ee9a repair: Log nodes down during repair in case of failed repair Asias He 2023-05-18 09:22:08 +08:00
  • f45976730c doc: add versioning and support information Anna Stuchlik 2023-05-22 17:39:02 +02:00
  • 9bdc0d3f44 test: Generalize touch_file() into test_utils.* Pavel Emelyanov 2023-05-18 12:51:30 +03:00
  • 730c0439e0 test/database: Generalize file/dir touch and exists checks Pavel Emelyanov 2023-05-18 12:44:21 +03:00
  • 54fb8a022e test/sstables: Use seastar::file_exists() to check Pavel Emelyanov 2023-05-18 12:35:53 +03:00
  • c06b5e2714 test/sstables: Remove sstdesc Pavel Emelyanov 2023-05-18 11:44:45 +03:00
  • c3dbe37669 test/sstables: Use compare_files from utils/ in sstable_test Pavel Emelyanov 2023-05-18 11:35:32 +03:00
  • 6619e87b70 test/sstables: Use compare_files() from utils/ in sstable_3_x_test Pavel Emelyanov 2023-05-18 11:39:31 +03:00
  • 1f4c3be50c test/util: Add compare_file() helpers Pavel Emelyanov 2023-05-18 11:23:16 +03:00
  • 508b68377e doc: add the upgrade guide from 5.2 to 5.2 Anna Stuchlik 2023-05-19 17:04:51 +02:00
  • f9ff5cdfdf test, memtable: Use default prio class Pavel Emelyanov 2023-05-23 10:18:36 +03:00
  • daa808aa21 test, memtable: Add default value for make_flush_reader() last arg Pavel Emelyanov 2023-05-23 10:17:21 +03:00
  • 5e0a1d7546 test, view_build: Use default prio class Pavel Emelyanov 2023-05-18 19:40:26 +03:00
  • dd387d4ec1 test, sstables: Use implicit default prio class in dma_write() Pavel Emelyanov 2023-05-18 21:54:54 +03:00
  • 5392f845a4 test, sstables: Use default sstable::get_writer()'s prio class arg Pavel Emelyanov 2023-05-18 19:14:35 +03:00
  • 81a753e69f real_dirty_memory_accounter: document what the class is doing Michał Chojnowski 2023-05-17 18:08:12 +02:00
  • d2ef55b12c test: use NetworkTopologyStrategy in all unit tests Jan Ciolek 2023-05-22 22:53:24 +02:00
  • cad83bd53d doc: publish the docs for branch-5.3 Anna Stuchlik 2023-05-22 11:38:10 +02:00
  • e9b7bf82b4 Merge 'test/topology: split raft upgrade tests and run firs slowest' from Alecco Kamil Braun 2023-05-22 16:40:12 +02:00
  • a7c2c9f92b Merge ' message: match unknown tenants to the default tenant' from Botond Dénes Avi Kivity 2023-05-22 17:34:40 +03:00
  • 809ddd7f79 Merge 'Move pending_ranges and endpoints_for_reading from token_metadata to erm' from Gusev Petr Tomasz Grabiec 2023-05-22 16:13:28 +02:00
  • 07e7724468 test/network_topology_strategy_test: Test NTS with replication_factor option in test_invalid_dcs Jan Ciolek 2023-05-22 17:50:56 +02:00
  • 9f5a55bcb9 ks_prop_defs: disallow empty replication factor string in NTS Jan Ciolek 2023-05-22 17:43:54 +02:00
  • 88eeab7838 release: prepare for 5.1.11 Yaron Kaikov 2023-05-22 15:14:22 +03:00
  • eefaad189a fixed broken links, added community forum link, university link, other mistakes Guy Shtub 2023-05-22 13:12:16 +03:00
  • 1940016cd1 test.py: warn and skip for missing unit/boost tests Alejo Sanchez 2023-05-19 00:02:11 +02:00
  • 9d4bca26cc Merge 'raft topology: implement check_and_repair_cdc_streams API' from Kamil Braun Tomasz Grabiec 2023-05-22 11:33:58 +02:00
  • 8d79811c6a scripts/refresh-submodules.sh: use the correct sha1 in title Kefu Chai 2023-05-22 10:20:29 +08:00
  • 93e4671c83 Merge 'doc: add a cloud instance recommendations page' from Anna Stuchlik Botond Dénes 2023-05-22 08:38:40 +03:00
  • c39332710d test: test_tablets: materialize all rows from the result set Tomasz Grabiec 2023-05-18 00:39:54 +02:00
  • 1d0be495b6 test: test_tablets: Reconnect the driver after rolling restart Tomasz Grabiec 2023-05-17 17:40:38 +02:00
  • 493e7fc3de main: Load tablet metadata after schema commit log replay Tomasz Grabiec 2023-05-15 16:27:59 +02:00
  • 3928a9a4e9 counters: specialize fmt::formatter<counter_{shard,cell}_view> Kefu Chai 2023-05-20 17:36:14 +08:00
  • 095f35a47d token_metadata_test: add a test for everywhere strategy Petr Gusev 2023-05-16 14:25:11 +04:00
  • 8877641b0f token_metadata_test: check read_endpoints when bootstrapping first node Petr Gusev 2023-05-16 14:24:05 +04:00
  • e9a6fcc8e1 token_metadata_test: refactor tests, extract create_erm Petr Gusev 2023-05-16 14:23:10 +04:00
  • 5976277c2c token_metadata: drop has_pending_ranges and migration_info Petr Gusev 2023-04-28 22:30:12 +04:00
  • 5495065242 effective_replication_map: add has_pending_ranges Petr Gusev 2023-04-28 22:21:28 +04:00
  • 8cb709d3d6 token_metadata: drop update_pending_ranges Petr Gusev 2023-05-01 17:55:27 +04:00
  • 87307781c4 effective_replication_map: use new get_pending_endpoints and get_endpoints_for_reading Petr Gusev 2023-05-01 18:16:08 +04:00
  • d4f004f5c7 token_metadata_test.cc: create token_metadata and replication_strategy as shared pointers Petr Gusev 2023-05-01 16:12:11 +04:00
  • e22a5c42c8 vnode_effective_replication_map: get_pending_endpoints and get_endpoints_for_reading Petr Gusev 2023-04-28 21:50:56 +04:00
  • fbe3254a9e calculate_effective_replication_map: compute pending_endpoints and read_endpoints Petr Gusev 2023-04-28 19:53:57 +04:00
  • a8c36aad0b vnode_erm: optimize replication_map Petr Gusev 2023-05-20 21:01:36 +04:00
  • 1e63cf6c50 release: prepare for 5.4.0-dev Beni Peled 2023-05-21 10:39:21 +03:00