Commit Graph

  • b8d0df24ed test: memtable_test: increase unspooled_dirty_soft_limit Kefu Chai 2024-06-12 19:06:29 +08:00
  • b3de65a8fb test: memtable_test: replace BOOST_ASSERT with BOOST_REQURE Kefu Chai 2024-06-12 13:18:54 +08:00
  • 6214dda506 replica: return storage_group by reference on storage_group_for*() Raphael S. Carvalho 2024-06-12 11:45:36 -03:00
  • a7ab9a015a test: manager_client, scylla_cluster: fix type annotations in add_servers Patryk Jędrzejczak 2024-06-12 16:33:34 +02:00
  • 1eb25d22c6 test: manager_client: don't connect driver after failed server_{add, start} Patryk Jędrzejczak 2024-06-12 14:16:46 +02:00
  • 8f486de8d3 test: scylla_cluster: pass seeds to add_servers Patryk Jędrzejczak 2024-06-12 14:08:00 +02:00
  • 435c01d1e6 sstables: introduce load_metadata() Botond Dénes 2024-06-07 03:58:59 -04:00
  • aa27f8f365 Merge 'Improve handling of outdated --experimental-features' from Pavel Emelyanov Botond Dénes 2024-06-12 17:33:14 +03:00
  • d2a4cd9cae Merge 'Register API endpoints next to corresponding services' from Pavel Emelyanov Botond Dénes 2024-06-12 17:31:29 +03:00
  • 2eca8b54de auth/role_or_anonymous: drop operator<< for role_or_anonymous Kefu Chai 2024-06-12 07:30:49 +08:00
  • 9c1d3bcc02 replica: devirtualize storage_group_of() Raphael S. Carvalho 2024-06-12 11:29:46 -03:00
  • a441d06d6c raft: fsm: add details to on_internal_error_noexcept message Kamil Braun 2024-06-11 18:17:26 +02:00
  • 4400f9082e lang: Return context as future, not via reference argument Pavel Emelyanov 2024-06-10 11:31:29 +03:00
  • 8c99d9e721 .github: use libstdc++-13 Kefu Chai 2024-06-07 10:27:27 +08:00
  • e91f82fd5c Merge '.github: add workflow to build with clang nightly' from Kefu Chai Botond Dénes 2024-06-12 16:50:21 +03:00
  • 24c818453d main: Start view builder earlier Pavel Emelyanov 2024-06-12 13:09:37 +03:00
  • 3f9cc0ec3f doc: reorganize ToC of the Reference section Anna Stuchlik 2024-05-27 16:02:55 +02:00
  • da59710fb9 doc: remove unused documents Kefu Chai 2024-06-12 19:01:22 +08:00
  • cd05de6cfb Merge 'test: memtable_test: increase unspooled_dirty_soft_limit ' from Kefu Chai Botond Dénes 2024-06-12 16:14:04 +03:00
  • 23bea50de0 service/storage_proxy: Add metrics for received hints Dawid Medrek 2024-05-27 18:02:23 +02:00
  • 223fba3243 test: memtable_test: increase unspooled_dirty_soft_limit Kefu Chai 2024-06-12 19:06:29 +08:00
  • 2df4e9cfc2 test: memtable_test: replace BOOST_ASSERT with BOOST_REQURE Kefu Chai 2024-06-12 13:18:54 +08:00
  • c752bda0a2 Merge '.github: change severity to error in clang-include-cleaner ' from Kefu Chai Pavel Emelyanov 2024-06-12 10:16:17 +03:00
  • 0c9ea654f5 service/paxos: drop operator<< for proposal Kefu Chai 2024-06-07 07:53:06 +08:00
  • 431ec55f6c service/storage_proxy: Move a comment to its relevant place Dawid Medrek 2024-06-07 14:53:53 +02:00
  • dffd0901b3 dist: scylla_util: sysconfig_parser: replace deprecated ConfigParser.readfp Avi Kivity 2024-06-11 16:31:15 +03:00
  • 2ed81cbf84 locator/topology: update_node: format also shard_count in debug log message Benny Halevy 2024-06-11 21:05:50 +03:00
  • 2306c3b522 test: Reduce failure detector timeout for failed tablets migration test Pavel Emelyanov 2024-06-10 20:14:32 +03:00
  • 6d90ff84d9 Merge '[Backport 6.0] tablets: Filter-out left nodes in get_natural_endpoints()' from ScyllaDB Tomasz Grabiec 2024-06-12 01:31:38 +02:00
  • 0d13c51dd4 test/topology_custom: add test for enable_compacting_data_for_streaming_and_repair live-update Botond Dénes 2024-05-16 03:05:51 -04:00
  • d4563e2b28 test/pylib: rest_client: add get_injection() Botond Dénes 2024-05-16 03:05:40 -04:00
  • bb18a8152e api/error_injection: add getter for error_injection Botond Dénes 2024-05-16 03:04:19 -04:00
  • 1947290c74 utils/error_injection: add set_parameter() Botond Dénes 2024-05-16 03:04:01 -04:00
  • d121fc1264 replica/database: fix live-update enable_compacting_data_for_streaming_and_repair Botond Dénes 2024-05-16 03:04:54 -04:00
  • 4175e02d9d clustering_bounds_comparator: drop operator<< for bound_kind Kefu Chai 2024-05-17 14:33:37 +08:00
  • 80ac0da11c storage_proxy: avoid infinite growth of _throttled_writes Michał Chojnowski 2024-06-06 12:43:24 +02:00
  • 3eb15e841a docs: correct the link pointing to Scylla U Kefu Chai 2024-06-08 22:22:18 +08:00
  • d4c3a43b34 replica: Refresh mutation source when allocating tablet replicas Raphael S. Carvalho 2024-06-04 19:57:52 -03:00
  • 31ba5561e7 build: remove coverage compiling options from the cxx_flags Kefu Chai 2024-06-10 22:58:58 +08:00
  • 6608f49718 Merge 'make enable_compacting_data_for_streaming_and_repair truly live-update' from Botond Dénes Avi Kivity 2024-06-11 15:53:19 +03:00
  • d05db52d11 build: remove coverage compiling options from the cxx_flags Kefu Chai 2024-06-10 22:58:58 +08:00
  • 7479167af2 tablets: Filter-out left nodes in get_natural_endpoints() Tomasz Grabiec 2024-05-29 09:46:54 +02:00
  • e35ab96f8b test: pylib: Extract start_writes() load generator utility Tomasz Grabiec 2024-05-29 09:46:26 +02:00
  • b2520b8185 config: Mark tablets feature as unused Pavel Emelyanov 2024-06-11 11:56:40 +03:00
  • b85a02a3fe main: Warn unused features Pavel Emelyanov 2024-06-11 11:55:51 +03:00
  • 0c0a7d9b9a enum_option: Carry optional key on board Pavel Emelyanov 2024-06-11 11:54:44 +03:00
  • f56cdb1cac enum_option: Remove on-board _map member Pavel Emelyanov 2024-06-11 10:58:46 +03:00
  • afc9a1a8a6 db/hints: migrate sync point to host ID Michael Litvak 2024-06-10 09:11:19 +02:00
  • b824e73418 db/hints: rename sync point structures with _v1 suffix to _v1_v2 Michael Litvak 2024-06-10 09:10:29 +02:00
  • 03e776ce3e Update tools/java submodule Avi Kivity 2024-06-11 11:58:56 +03:00
  • 8ef4fbdb87 test/topology_custom: add test for enable_compacting_data_for_streaming_and_repair live-update Botond Dénes 2024-05-16 03:05:51 -04:00
  • 0c61b1822c test/pylib: rest_client: add get_injection() Botond Dénes 2024-05-16 03:05:40 -04:00
  • feea609e37 api/error_injection: add getter for error_injection Botond Dénes 2024-05-16 03:04:19 -04:00
  • 4590026b38 utils/error_injection: add set_parameter() Botond Dénes 2024-05-16 03:04:01 -04:00
  • 1b9cedb3f3 test: Reduce failure detector timeout for failed tablets migration test Pavel Emelyanov 2024-06-10 20:14:32 +03:00
  • dfd996e7c1 describe_statement: Filter out "extension internal" keyspaces in DESC SCHEMA Calle Wilund 2024-06-10 12:55:02 +00:00
  • dbccb61636 replica/database: fix live-update enable_compacting_data_for_streaming_and_repair Botond Dénes 2024-05-16 03:04:54 -04:00
  • 7b41630299 replica: Refresh mutation source when allocating tablet replicas Raphael S. Carvalho 2024-06-04 19:57:52 -03:00
  • 51c53d8db6 main/minio_server.py: Respect any preexisting AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY vars Calle Wilund 2024-06-04 11:09:48 +00:00
  • 73dfa4143a cql-pytest: translate Cassandra's tests for SELECT DISTINCT Nadav Har'El 2024-05-29 15:41:30 +03:00
  • 1ace370ecd Remove comma that breaks CQL DML on tablets.rst Guilherme Nogueira 2024-06-07 15:25:54 -03:00
  • 3e7de910ab docs: correct the link pointing to Scylla U Kefu Chai 2024-06-08 22:22:18 +08:00
  • 9cf0d618d0 build: populate cxxflags to abseil Kefu Chai 2024-06-07 11:09:12 +08:00
  • 4810937ddf test/alternator: fix flaky test test_item_latency Nadav Har'El 2024-06-04 11:29:53 +03:00
  • a3e4dc7b6c test: tablets: Fix flakiness of test_removenode_with_ignored_node due to read timeout Tomasz Grabiec 2024-06-06 13:51:06 +02:00
  • 7a6ff12ace Merge '[Backport 6.0] alternator: keep TTL work in the maintenance scheduling group' from ScyllaDB Botond Dénes 2024-06-10 19:58:38 +03:00
  • e38d675cb9 doc: mark tablets as GA in the CREATE KEYSPACE section Anna Stuchlik 2024-06-03 14:59:52 +02:00
  • 823da140dd test_tablets: add test_tablet_storage_freeing Michał Chojnowski 2024-02-09 15:44:00 +01:00
  • 7741491b47 test: pylib: add get_sstables_disk_usage() Michał Chojnowski 2024-02-09 15:42:52 +01:00
  • b10ddcfd18 main: Register task manager API next to task manager itself Pavel Emelyanov 2024-06-10 12:35:18 +03:00
  • 02c36ebd2e main: Register messaging API next to messaging service Pavel Emelyanov 2024-06-10 12:34:25 +03:00
  • f7e4724770 main: Register repair API next to repair service Pavel Emelyanov 2024-06-10 12:34:03 +03:00
  • 55ed18db07 doc: mark tablets as GA in the CREATE KEYSPACE section Anna Stuchlik 2024-06-03 14:59:52 +02:00
  • 017524c7d8 Update ScyllaDB version to: 5.4.8 Jenkins Promoter 2024-06-10 12:22:35 +03:00
  • 45ff4d2c41 group0, topology coordinator: run group0 and the topology coordinator in gossiper scheduling group Gleb Natapov 2024-06-06 14:23:55 +03:00
  • 0662e80917 alternator, scheduler: test reproducing RPC scheduling group bug Nadav Har'El 2024-05-20 14:44:48 +03:00
  • 5b546ad4b1 main: add maintenance tenant to messaging_service's scheduling config Botond Dénes 2024-05-17 08:26:39 -04:00
  • e04378fdf0 Merge ' [Backport 6.0] db/hints: Use host ID to IP mappings to choose the ep manager to drain when node is leaving' from Dawid Mędrek Piotr Dulikowski 2024-06-10 09:11:07 +02:00
  • 069be01451 lang: remove redundant std::move() Kefu Chai 2024-06-09 20:33:30 +08:00
  • 7b2aad56c4 test/boost/sstable_datafile_test: remove unused semaphores Botond Dénes 2024-06-07 06:24:34 -04:00
  • 535f2b2134 build: populate cxxflags to abseil Kefu Chai 2024-06-07 11:09:12 +08:00
  • c8f71f4825 test: tablets: Fix flakiness of test_removenode_with_ignored_node due to read timeout Tomasz Grabiec 2024-06-06 13:51:06 +02:00
  • b5dce7e3d0 docs: correct the link pointing to Scylla U Kefu Chai 2024-06-08 22:22:18 +08:00
  • 7b301f0cb9 Merge 'Encapsulate wasm and lua management in lang::manager service' from Pavel Emelyanov Avi Kivity 2024-06-09 19:32:26 +03:00
  • 9318d21a22 sstables: change const_iterator::value_type to uint64_t Kefu Chai 2024-06-09 20:44:48 +08:00
  • b2a500a9a1 Merge 'alternator: keep TTL work in the maintenance scheduling group' from Botond Dénes Avi Kivity 2024-06-09 19:20:18 +03:00
  • 58edee8d93 mutation/mutation_rebuilder: remove redundant std::move() Kefu Chai 2024-06-09 20:03:21 +08:00
  • 13cf6c543d test/alternator: fix flaky test test_item_latency Nadav Har'El 2024-06-04 11:29:53 +03:00
  • 37fd568139 sstables/compress.hh: remove unused forward declaration Botond Dénes 2024-06-07 06:26:20 -04:00
  • cf157e4423 Remove comma that breaks CQL DML on tablets.rst Guilherme Nogueira 2024-06-07 15:25:54 -03:00
  • 6e3b997e04 docs: nodetool status: document keyspace and table arguments Botond Dénes 2024-03-26 11:00:13 -04:00
  • f8243cbf19 Merge '[Backport 6.0] Serialize repair with tablet migration' from ScyllaDB Tomasz Grabiec 2024-06-09 00:20:44 +02:00
  • f4706be8a8 test: test_topology_ops: adapt to tablets Kefu Chai 2024-03-26 08:23:19 +08:00
  • 27f01bf4e3 test: pylib: Do not block async reactor while removing directories Tomasz Grabiec 2024-06-05 14:48:53 +02:00
  • ded9aca6ee repair: Exclude tablet migrations with tablet repair Tomasz Grabiec 2024-05-13 09:55:51 +02:00
  • ccd441a4de repair_service: Propagate topology_state_machine to repair_service Tomasz Grabiec 2024-05-28 09:43:00 +02:00
  • a5528a2093 db/hints: Log when ignoring invalid hint directories Dawid Medrek 2024-06-05 15:32:27 +02:00
  • fee48f67ef storage_proxy: avoid infinite growth of _throttled_writes Michał Chojnowski 2024-06-06 12:43:24 +02:00
  • 34cf5c81f6 group0, topology coordinator: run group0 and the topology coordinator in gossiper scheduling group Gleb Natapov 2024-06-06 14:23:55 +03:00
  • bebd121936 code: Enlighten wasm headers usage Pavel Emelyanov 2024-06-06 21:15:10 +03:00