Commit Graph

  • 0b7c345bec timeout_config: remove unused make_timeout_config() Kefu Chai 2023-03-22 18:22:51 +08:00
  • 98b9cbbc92 client_state: split the param list of ctor into multi lines Kefu Chai 2023-03-23 12:26:48 +08:00
  • ebf5e138e8 redis,thrift,transport: make timeout_config live-updateable Kefu Chai 2023-03-19 14:30:52 +08:00
  • 11cea36c12 docs: dev: write mathematical expressions in LaTeX Kefu Chai 2023-03-28 15:12:53 +08:00
  • f789d8d3cd config: mark query timeouts live update-able Kefu Chai 2023-01-15 23:39:07 +08:00
  • 1cc28679bc transport: mark cql_server::timeout_config() const Kefu Chai 2023-03-19 14:22:13 +08:00
  • ca83dc0101 auth: remove unused forward declaration Kefu Chai 2023-03-19 14:12:37 +08:00
  • 9a159445f0 redis: drop unused member function Kefu Chai 2023-03-19 14:09:10 +08:00
  • d72ab78ffd transport: drop unused member function Kefu Chai 2023-03-19 13:50:08 +08:00
  • fec35b97ad thrift: keep a reference of timeout_config in handler_factory Kefu Chai 2023-03-19 13:30:51 +08:00
  • c642ca9e73 redis,thrift,transport: initialize _config with std::move(config) Kefu Chai 2023-03-19 12:46:31 +08:00
  • e0ac2eb770 redis,thrift,transport: pass config via sharded_parameter Kefu Chai 2023-03-19 11:27:18 +08:00
  • 99bf8bc0f4 bytes, gms: s/format_to/fmt::format_to/ Kefu Chai 2023-03-29 16:38:53 +08:00
  • ea2badb25f utils: config_file: add a space after = Kefu Chai 2023-03-17 17:29:24 +08:00
  • a95d3446fd table: Carry v.u.generator down to do_push_view_replica_updates() Pavel Emelyanov 2023-03-28 11:36:38 +03:00
  • ddc8c8b019 view: Keep v.u.generator shared pointer on view_builder::consumer Pavel Emelyanov 2023-03-28 11:57:03 +03:00
  • 2652dffd89 view: Capture v.u.generator on view_updating_consumer lambda Pavel Emelyanov 2023-03-28 11:21:13 +03:00
  • 76a76a95f4 Update tools/java submodule (hdrhistogram with Java 11) Avi Kivity 2023-03-29 14:10:27 +03:00
  • d5557ef0e2 view: Plug view update generator to database Pavel Emelyanov 2023-03-28 11:13:52 +03:00
  • 3455b1aed8 view: Add view_builder -> view_update_generator dependency Pavel Emelyanov 2023-03-28 11:52:34 +03:00
  • 3fd12d6a0e view: Add view_update_generator -> sharded<storage_proxy> dependency Pavel Emelyanov 2023-03-28 11:01:43 +03:00
  • c307c60d04 scripts: correct a typo in comment Kefu Chai 2023-03-29 14:22:03 +08:00
  • 55a8b50bbd release: correct a typo in comment Kefu Chai 2023-03-29 15:10:23 +08:00
  • dfb55975fc Update tools/jmx submodule Kefu Chai 2023-03-29 14:45:00 +08:00
  • 57f51603dc compound_compat: remove operator<<(ostream, composite) Kefu Chai 2023-03-29 15:42:04 +08:00
  • 212641abda compound_compat: remove operator<<(ostream, composite_view) Kefu Chai 2023-03-29 15:43:44 +08:00
  • cdb972222e sstables: do not use operator<< to print composite_view Kefu Chai 2023-03-29 15:42:55 +08:00
  • 1ef8f63b4e compound_compat.hh: specialize fmt::formatter<composite> Kefu Chai 2023-03-29 11:11:45 +08:00
  • 28cabd0a1f compound_compat.hh: specialize fmt::formatter<composite_view> Kefu Chai 2023-03-29 11:06:51 +08:00
  • 15eac8c4cd compound_compat.hh: specialize fmt::formatter<component_view> Kefu Chai 2023-03-29 10:55:38 +08:00
  • 5a9b4c02e3 auth: drop operator<<(ostream, authenticated_user) Kefu Chai 2023-03-29 16:01:35 +08:00
  • 85c89debe6 cql3: do not use operator<< to print authenticated_user Kefu Chai 2023-03-29 16:00:37 +08:00
  • a7037ae0f4 auth: specialize fmt::formatter<authenticated_user> Kefu Chai 2023-03-29 10:54:21 +08:00
  • f45c4983db docs: update theme 1.4 David Garcia 2023-03-28 10:24:50 +01:00
  • 6977df5539 cql3/selection, forward_service: use use stateless_aggregate_function directly Avi Kivity 2023-03-07 22:36:11 +02:00
  • 58eb21aa5d db: functions: fold stateless_aggregate_function_adapter into aggregate_function Avi Kivity 2023-03-07 21:05:45 +02:00
  • 68529896aa cql3: functions: simplify accumulator_for template Avi Kivity 2023-03-07 20:34:44 +02:00
  • 4ea3136026 cql3: functions: base user-defined aggregates on stateless aggregates Avi Kivity 2023-03-02 19:23:52 +02:00
  • f2715b289a cql3: functions: drop native_aggregate_function Avi Kivity 2023-03-02 15:23:14 +02:00
  • 6bceb25982 cql3: functions: reimplement count(column) statelessly Avi Kivity 2023-02-27 13:55:45 +02:00
  • 4f2cdace9a cql3: functions: reimplement avg() statelessly Avi Kivity 2023-02-27 13:55:45 +02:00
  • b0a8fd3287 cql3: functions: reimplement sum() statelessly Avi Kivity 2023-02-27 13:55:45 +02:00
  • d21d11466a cql3: functions: change wide accumulator type to varint Avi Kivity 2023-02-27 13:36:49 +02:00
  • 3252dc0172 cql3: functions: unreverse types for min/max Avi Kivity 2023-03-07 22:30:46 +02:00
  • ed466b7e68 cql3: functions: rename make_{min,max}_dynamic_function Avi Kivity 2023-03-28 23:37:49 +03:00
  • c9b701b516 wasm: return wasm instance cache as a reference instead of a pointer Wojciech Mitros 2023-03-28 17:30:40 +02:00
  • 60c99b4c47 wasm: move wasm engine to query_processor Wojciech Mitros 2023-03-23 16:54:09 +01:00
  • 6525209983 alternator/rest api tests: Remove name assumption and rely on actual scylla info Calle Wilund 2023-03-27 14:55:24 +00:00
  • 989afbf83b compaction: TWCS: wire up compaction_strategy_state Raphael S. Carvalho 2023-03-27 16:12:10 -03:00
  • 233fe6d3dc compaction: LCS: wire up compaction_strategy_state Raphael S. Carvalho 2023-03-27 15:52:28 -03:00
  • 2186a75e9b compaction: Expose compaction_strategy_state through table_state Raphael S. Carvalho 2023-03-27 14:27:39 -03:00
  • b6c022a142 Merge 'cmake: sync with configure.py (15/n)' from Kefu Chai Botond Dénes 2023-03-28 09:16:38 +03:00
  • 88c5b2618c Merge 'Get rid of global variable "load_prio_keyspaces" (step 1)' from Calle Wilund Botond Dénes 2023-03-28 08:35:10 +03:00
  • fcee7f7ac9 reloc: silence warning from readelf Kefu Chai 2023-03-21 17:45:52 +08:00
  • 4435b8b6f1 doc: elaborate on Scylla admin REST API - V2 Anna Stuchlik 2023-03-27 14:10:37 +02:00
  • 9a024f72c4 Merge 'thrift: return address in listen_addresses() only after server is ready' from Marcin Maliszkiewicz Botond Dénes 2023-03-28 08:26:16 +03:00
  • 60240e6d91 Merge 'bytes, gms: replace operator<<(..) with fmt formatter' from Kefu Chai Botond Dénes 2023-03-28 08:25:41 +03:00
  • b22f8c6d13 Merge 'Adjust repair module to other task manager modules' conventions' from Aleksandra Martyniuk Botond Dénes 2023-03-28 08:24:42 +03:00
  • ee89ff24f2 replica: Add compaction_strategy_state to compaction group Raphael S. Carvalho 2023-03-27 14:17:56 -03:00
  • 25f73a4181 compaction: Introduce compaction_strategy_state Raphael S. Carvalho 2023-03-27 13:51:31 -03:00
  • 1ffe2f04ef compaction: add table_state param to compaction_strategy::notify_completion() Raphael S. Carvalho 2023-03-27 13:16:03 -03:00
  • 2ffaae97a4 compaction: LCS: extract state into a separate struct Raphael S. Carvalho 2023-03-27 13:00:13 -03:00
  • e2f38baa92 compaction: TWCS: prepare for stateless strategy Raphael S. Carvalho 2023-03-27 12:57:40 -03:00
  • 017f432b8f compaction: TWCS: extract state into a separate struct Raphael S. Carvalho 2023-03-27 12:10:37 -03:00
  • 7af7c379a5 datasbase: Flush/close "extension internal" keyspaces after other user ks Calle Wilund 2023-03-27 15:15:49 +00:00
  • c3ec6a76c0 distributed_loader: Use extensions set of "extension internal" keyspaces Calle Wilund 2023-03-27 15:14:13 +00:00
  • 7c8c020c0e db::extentions: Add "extensions internal" keyspace set Calle Wilund 2023-03-27 15:12:31 +00:00
  • f10b862955 repair: rename repair_module Aleksandra Martyniuk 2023-03-17 15:29:41 +01:00
  • 8f935481cd repair: add repair namespace to repair/task_manager_module.hh Aleksandra Martyniuk 2023-03-17 15:18:25 +01:00
  • 17e0e05f42 repair: rename repair_task.hh Aleksandra Martyniuk 2023-03-17 14:51:56 +01:00
  • 232e71f2cf compaction: add const-qualifier to a few compaction_strategy methods Raphael S. Carvalho 2023-03-23 12:50:14 -03:00
  • c7131a0574 Update tools/cqlsh/ submodule Botond Dénes 2023-03-27 16:23:54 +03:00
  • a3cb5db542 gms/inet_address: implement operator<< using fmt::formatter Kefu Chai 2023-03-22 16:47:57 +08:00
  • 8dbaef676d treewide: use fmtlib to format gms::inet_address Kefu Chai 2023-03-22 16:43:19 +08:00
  • 4ea6e06cac gms/inet_address: specialize fmt::formatter<gms::inet_address> Kefu Chai 2023-03-22 16:02:24 +08:00
  • a606606ac4 bytes: implement formatting helpers using formatter Kefu Chai 2023-03-22 15:55:00 +08:00
  • 36dc2e3f28 bytes: specialize fmt::formatter<bytes> Kefu Chai 2023-03-22 15:51:34 +08:00
  • 2f9dfba800 bytes: specialize fmt::formatter<fmt_hex> Kefu Chai 2023-03-22 14:28:21 +08:00
  • 79ee38181c Merge 'storage_service: wait for normal state handlers earlier in the boot procedure' from Kamil Braun Tomasz Grabiec 2023-03-27 13:56:47 +02:00
  • cd282cf0ab Merge 'Raft, use schema commit log' from Gusev Petr Kamil Braun 2023-03-27 13:27:30 +02:00
  • 339a8fe64d thrift: return address in listen_addresses() only after server is ready Marcin Maliszkiewicz 2023-03-27 13:20:53 +02:00
  • a38701b9d4 thrift: simplify do_start_server() with seastar:async Marcin Maliszkiewicz 2023-03-24 14:45:39 +01:00
  • f6837afec7 doc: update the Ubuntu version used in the image Anna Stuchlik 2023-03-23 13:34:40 +01:00
  • 70ce1b2002 docs: Separate conf.py David Garcia 2023-03-24 15:22:20 +00:00
  • 89e58963ab Update tools/python3/ submodule Botond Dénes 2023-03-27 12:00:27 +03:00
  • b5afdf56c3 Merge 'Cleanup keyspace compaction task' from Aleksandra Martyniuk Botond Dénes 2023-03-27 11:52:51 +03:00
  • ed347c5051 bytes: mark fmt_hex::v const Kefu Chai 2023-03-22 15:34:34 +08:00
  • ab61704c54 Merge 'mutation: replace operator<<(.., const range_tombstone&) with fmt formatter' from Kefu Chai Botond Dénes 2023-03-27 11:38:59 +03:00
  • bd42f5ee0b Merge 'raft: includes used header and use <path/to/header> for include boost headers' from Kefu Chai Botond Dénes 2023-03-27 10:11:45 +03:00
  • 96ba88f621 dist/debian: add libexec/scylla to source/include-binaries Kefu Chai 2023-03-17 15:43:30 +08:00
  • 4b5b6a9010 test/lib: rm test_table.hh Botond Dénes 2023-01-19 00:45:53 -05:00
  • 3a43574b39 test/boos/multishard_mutation_query_test: migrate other tests to random schema Botond Dénes 2023-01-19 00:42:02 -05:00
  • 56a9968817 test/boost/multishard_mutation_query_test: use ks keyspace Botond Dénes 2023-01-19 00:19:34 -05:00
  • ad313d8eef test/boost/multishard_mutation_query_test: improve test pager Botond Dénes 2023-01-19 00:13:37 -05:00
  • 3df70a9f3b test/boost/multishard_mutation_query_test: refactor fuzzy_test Botond Dénes 2023-01-13 03:41:26 -05:00
  • 2cdda562f7 test/boost: add multishard_mutation_query_test more memory Botond Dénes 2023-01-18 09:58:04 -05:00
  • 00f06522c2 types/user: add get_name() accessor Botond Dénes 2023-01-18 04:07:16 -05:00
  • 99c9a71d93 test/lib/random_schema: add create_with_cql() Botond Dénes 2023-01-18 00:35:23 -05:00
  • 10a44fee06 test/lib/random_schema: fix udt handling Botond Dénes 2023-01-18 04:10:57 -05:00
  • b2ddc60c10 test/lib/random_schema: type_generator(): also generate frozen types Botond Dénes 2023-01-19 01:04:32 -05:00