Commit Graph

  • e5e8b970ed join_token_ring, gossip topology: recalculate sync nodes in wait_alive Patryk Jędrzejczak 2024-06-05 11:43:03 +02:00
  • cf2b4bf721 Merge 'cdc: do not include unused headers' from Kefu Chai Piotr Dulikowski 2024-06-21 13:44:40 +02:00
  • 0330640b4d api: Use provided db::config, not the one from ctx Pavel Emelyanov 2024-06-21 12:49:34 +03:00
  • afb48d8ab9 api: Move some config endpoints from proxy to config Pavel Emelyanov 2024-06-21 12:48:46 +03:00
  • 0aad406a2f api: Split storage_proxy api registration Pavel Emelyanov 2024-06-21 13:26:25 +03:00
  • 473cb62a9a api: Unset config endpoints Pavel Emelyanov 2024-06-20 09:46:18 +03:00
  • c429a8d8ae sstables: use "me" sstable format by default Kefu Chai 2024-06-14 16:54:08 +08:00
  • b275ee9a1c cql3/select_statement: do not parallelize single-partition aggregations Michał Jadwiszczak 2024-06-18 07:04:01 +02:00
  • 57428d373b [actions] fix sync label from PR to linked issue Yaron Kaikov 2024-06-21 08:54:06 +03:00
  • 627d566811 Merge 'join_token_ring, gossip topology: recalculate sync nodes in wait_alive' from Patryk Jędrzejczak Kamil Braun 2024-06-21 10:22:32 +02:00
  • 4ef4893f7e mv: replicate the gossiped backlog to all shards Wojciech Mitros 2024-06-12 23:43:26 +02:00
  • c3536015e4 Merge 'cql3/statement/select_statement: do not parallelize single-partition aggregations' from Michał Jadwiszczak Piotr Dulikowski 2024-06-21 08:50:00 +02:00
  • 694fe58d6e .github: add auth and cdc to iwyu's CLEANER_DIR Kefu Chai 2024-06-15 08:04:22 +08:00
  • 1a4740ddc0 cdc: do not include unused headers Kefu Chai 2024-06-21 14:25:05 +08:00
  • fdc1449392 treewide: rename flat_mutation_reader_v2 to mutation_reader Avi Kivity 2024-06-18 15:35:04 +03:00
  • 3d9aa9d49e compaction: Reduce twcs off-strategy space overhead to 10% of free space Raphael S. Carvalho 2024-05-28 20:11:14 -03:00
  • ef72075920 compaction: wire storage free space into reshape procedure Raphael S. Carvalho 2024-05-28 15:40:47 -03:00
  • 37f1af2646 sstables: Allow to get free space from underlying storage Raphael S. Carvalho 2024-05-28 14:33:21 -03:00
  • 56f551f740 replica: don't expose compaction_group to reshape task Raphael S. Carvalho 2024-05-28 13:55:54 -03:00
  • 185338c8cf Merge 'Reduce TWCS off-strategy space overhead' from Raphael "Raph" Carvalho Avi Kivity 2024-06-20 18:51:25 +03:00
  • 42b9784650 build: cmake: mark wasm "ALL" Kefu Chai 2024-06-20 18:59:03 +08:00
  • fd59176a73 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
  • 634c0d44ef tasks: fix tasks abort Aleksandra Martyniuk 2024-06-14 13:25:07 +02:00
  • caf1149f11 cql-pytest/test_sstable: do not import unused modules Kefu Chai 2024-06-20 17:36:06 +08:00
  • 02cf17f4dc Merge 'Sanitize load_meter API handlers management' from Pavel Emelyanov Avi Kivity 2024-06-20 17:07:19 +03:00
  • 7bc05c3880 gossiper: wait for a bootstrapping node to be seen as normal on all nodes before completing initialization Gleb Natapov 2024-06-17 13:01:32 +03:00
  • 027cf3f47d doc: remove the link to Scylladb Google group Anna Stuchlik 2024-06-19 16:48:42 +02:00
  • f2705b3887 [action] add github context info for better debugging Yaron Kaikov 2024-06-20 13:15:10 +03:00
  • 28c0a27467 Wait for booting node to be marked UP before complete booting. Gleb Natapov 2024-06-17 13:01:02 +03:00
  • 19999554e7 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
  • de80094815 Merge 'treewide: remove unused operator<<' from Kefu Chai Pavel Emelyanov 2024-06-20 13:18:59 +03:00
  • 873d76c02b api: Remove ctx->load_meter dependency Pavel Emelyanov 2024-06-20 12:07:26 +03:00
  • d85e70ef98 api: Use local load_meter reference in handlers Pavel Emelyanov 2024-06-20 12:06:54 +03:00
  • bc5e360066 api: Fix indentation after previous patch Pavel Emelyanov 2024-06-20 12:06:40 +03:00
  • e54f651beb api: Coroutinize load_meter::get_load_map handler Pavel Emelyanov 2024-06-20 12:06:31 +03:00
  • 40c178bee2 api: Move load meter handlers Pavel Emelyanov 2024-06-20 11:35:18 +03:00
  • 724d62aa87 api: Add set/unset methods for load_meter Pavel Emelyanov 2024-06-20 11:34:16 +03:00
  • b09196ac49 Merge 'tasks: fix tasks abort' from Aleksandra Martyniuk Botond Dénes 2024-06-20 12:09:30 +03:00
  • 1a724f22f9 mutation: silence false alarm from clang-tidy Kefu Chai 2024-06-17 13:59:20 +08:00
  • 9f0b60c7a0 rust: disable incremental build for release build Kefu Chai 2024-06-19 17:34:13 +08:00
  • bcc0a352b7 join_token_ring, gossip topology: update obsolete comment Patryk Jędrzejczak 2024-06-05 12:33:02 +02:00
  • 7735bd539b join_token_ring, gossip topology: fix indendation after previous patch Patryk Jędrzejczak 2024-06-05 12:27:55 +02:00
  • 017134fd38 join_token_ring, gossip topology: recalculate sync nodes in wait_alive Patryk Jędrzejczak 2024-06-05 11:43:03 +02:00
  • 680405b465 doc: separate Entrprise- from OSS-only content Anna Stuchlik 2024-06-18 16:44:48 +02:00
  • 75441ee120 Merge 'mv: fix value of the gossiped view update backlog' from Wojciech Mitros Piotr Dulikowski 2024-06-20 06:27:11 +02:00
  • 78a40dbe2c Merge 'cql: remove global_req_id from schema_altering_statement' from Marcin Maliszkiewicz Piotr Dulikowski 2024-06-20 06:21:48 +02:00
  • c56de90a26 test/boost/hint_test.cc: Add missing parse() callback Dawid Medrek 2024-06-19 14:54:33 +02:00
  • cde14a5788 mv: make the view update backlog unmofidiable Wojciech Mitros 2024-06-13 11:52:10 +02:00
  • 5fe4290f66 gitattributes: Mark swagger .js files as binary Pavel Emelyanov 2024-06-18 16:52:48 +03:00
  • 3baa68f8af Merge '[Backport 6.0] doc: add 6.x.y to 6.x.z and remove 5.x.y to 5.x.z upgrade guide' from ScyllaDB Botond Dénes 2024-06-19 14:36:54 +03:00
  • 43f77c71c7 [Backport 5.4] : Merge 'Fix usage of utils/chunked_vector::reserve_partial' from Lakshmi Narayanan Sreethar scylla-5.4.8-candidate scylla-5.4.8 Botond Dénes 2024-06-14 15:31:00 +03:00
  • 9d1fa828be Merge 'utils/large_bitset: replace reserve_partial with utils::reserve_gently' from Lakshmi Narayanan Sreethar Botond Dénes 2024-06-19 14:31:59 +03:00
  • 8eb5ca8202 test/boost/cql_query_test: add test for single-partition aggregation Michał Jadwiszczak 2024-06-18 07:08:53 +02:00
  • 7567b87e72 Merge 'auth: reuse roles select query during cache population' from Marcin Maliszkiewicz Piotr Dulikowski 2024-06-19 07:53:47 +02:00
  • 56707e2965 cql: remove global_req_id from schema_altering_statement Marcin Maliszkiewicz 2024-06-18 19:58:17 +02:00
  • 9ad800cfb9 utils/large_bitset: replace reserve_partial with utils::reserve_gently Lakshmi Narayanan Sreethar 2024-06-13 21:32:38 +05:30
  • 31414f54c6 utils/stall_free: introduce reserve_gently Lakshmi Narayanan Sreethar 2024-06-13 20:18:51 +05:30
  • 685aecde61 cql: switch alter keyspace prepare_schema_mutations to use group0_batch Marcin Maliszkiewicz 2024-06-18 19:54:42 +02:00
  • e9ace7c203 cql3/select_statement: do not parallelize single-partition aggregations Michał Jadwiszczak 2024-06-18 07:04:01 +02:00
  • 0e49180cef topology coordinator: add more trace level logging for debugging Gleb Natapov 2024-06-18 10:37:28 +03:00
  • a97a074813 doc: remove the 5.x.y to 5.x.z upgrade guide Anna Stuchlik 2024-06-17 17:28:39 +02:00
  • e869eae5fa doc: add the 6.x.y to 6.x.z upgrade guide-6 Anna Stuchlik 2024-06-17 17:23:00 +02:00
  • dd4f483668 schema: Make "describe" use extensions to string Calle Wilund 2024-06-17 13:28:42 +00:00
  • d18be9a7dc schema_extensions: Add an option to string method Calle Wilund 2024-06-17 13:27:05 +00:00
  • 4aa0b84ba7 Merge '[Backport 5.4] sstables_manager: use maintenance scheduling group to run components reload fiber' from Lakshmi Narayanan Sreethar Botond Dénes 2024-06-18 16:29:07 +03:00
  • f7d5d4877c Merge '[test.py] Fix several issues in log gathering' from Andrei Chekun Pavel Emelyanov 2024-06-18 15:37:29 +03:00
  • 50cb797d95 test: add test for abort while a task is being unregistered Aleksandra Martyniuk 2024-06-18 13:20:23 +02:00
  • 3463f495b1 tasks: fix tasks abort Aleksandra Martyniuk 2024-06-14 13:25:07 +02:00
  • 2123b22526 Merge 'doc: add 6.x.y to 6.x.z and remove 5.x.y to 5.x.z upgrade guide' from Anna Stuchlik Botond Dénes 2024-06-18 14:24:38 +03:00
  • 1de5566cfa mv: fix value of the gossiped view update backlog Wojciech Mitros 2024-06-12 08:37:27 +02:00
  • 87247c6542 .github: add workflow to build with latest seastar Kefu Chai 2024-06-06 18:13:51 +08:00
  • 427127de57 Merge ' [Backport 5.4] alternator: keep TTL work in the maintenance scheduling group' from Nadav Har'El Botond Dénes 2024-06-18 12:29:20 +03:00
  • 6a4b441bf2 [test.py] Fix logs had multiplication of lines Andrei Chekun 2024-06-11 12:10:27 +02:00
  • b01a5f9bd9 [test.py] Fix log not deleted Andrei Chekun 2024-06-11 11:42:06 +02:00
  • 0a74d45425 build: cmake: add commitlog_cleanup_test Kefu Chai 2024-06-15 09:33:36 +08:00
  • d7b1116170 sstables_manager: use maintenance scheduling group to run components reload fiber Lakshmi Narayanan Sreethar 2024-05-14 21:17:54 +05:30
  • 72155312e5 sstables_manager: add member to store maintenance scheduling group Lakshmi Narayanan Sreethar 2024-05-14 21:17:40 +05:30
  • 68ef7dda79 config: correct the comment on printable_to_json() Kefu Chai 2024-06-15 09:37:01 +08:00
  • 2ec1e0f0d5 test/cql-pytest: tests verifying UUID sort order Nadav Har'El 2024-06-17 20:02:17 +03:00
  • 147552c34a Merge 'configurable maintenance (streaming) semaphore count resource limit' from Botond Dénes Pavel Emelyanov 2024-06-18 12:02:23 +03:00
  • fb764720d3 topology coordinator: add more trace level logging for debugging Gleb Natapov 2024-06-18 10:37:28 +03:00
  • 1acc57e19d Merge 'schema: Make "describe" use extensions to string' from Calle Wilund Botond Dénes 2024-06-18 11:28:11 +03:00
  • 495f7160da Update tools/jmx submodule Botond Dénes 2024-06-18 11:11:57 +03:00
  • fd0de02b81 types: remove unused operator<< Kefu Chai 2024-06-18 09:10:14 +08:00
  • 2c1a3e7191 node_ops: remove unused operator<< Kefu Chai 2024-06-18 09:09:30 +08:00
  • 84f0fd6823 lang: remove unused operator<< Kefu Chai 2024-06-18 09:08:54 +08:00
  • ec5f0fccce gms: remove unused operator<< Kefu Chai 2024-06-18 09:08:01 +08:00
  • f8dcbc6037 alternator, scheduler: test reproducing RPC scheduling group bug Nadav Har'El 2024-05-20 14:44:48 +03:00
  • dc1968cb9e test.py: don't enable "tablets" experimental feature Nadav Har'El 2024-06-16 16:17:33 +03:00
  • 7e40b658c8 main: add maintenance tenant to messaging_service's scheduling config Botond Dénes 2024-05-17 08:26:39 -04:00
  • 51d686ea9f dht: remove unused operator<< Kefu Chai 2024-06-18 09:04:59 +08:00
  • ef0f4eaef2 test: do not use operator<< for std::optional Kefu Chai 2024-06-18 10:38:23 +08:00
  • 3c921d5712 Add allure pytest adaptor to the toolchain Andrei Chekun 2024-04-03 10:18:39 +02:00
  • 4faceeaa33 Merge 'treewide: drop thrift support' from Kefu Chai Nadav Har'El 2024-06-17 22:36:49 +03:00
  • 8845978ec5 [test.py] Unbreak cql-pytest and alternator Andrei Chekun 2024-06-17 18:44:22 +02:00
  • 85128c5b10 Merge 'cql3: always return created event in create keyspace statement' from Marcin Maliszkiewicz Piotr Dulikowski 2024-06-17 19:58:37 +02:00
  • ea35982764 doc: remove the 5.x.y to 5.x.z upgrade guide Anna Stuchlik 2024-06-17 17:28:39 +02:00
  • ead201496d doc: add the 6.x.y to 6.x.z upgrade guide-6 Anna Stuchlik 2024-06-17 17:23:00 +02:00
  • 95673907ca auth: reuse roles select query during cache population Marcin Maliszkiewicz 2024-06-14 13:18:50 +02:00
  • 547eb6d59b auth: coroutinize service::get_uncached_permissions Marcin Maliszkiewicz 2024-06-14 13:15:28 +02:00