Commit Graph

  • f4b5679804 Merge 'doc: Updates the recommended OS to be Ubuntu 22.04' from Anna Stuchlik Botond Dénes 2023-03-16 07:45:17 +02:00
  • 0069b43fd4 build: cmake: drop unnecessary linkages Kefu Chai 2023-03-16 09:17:52 +08:00
  • 681dfac496 build: cmake: remote quotes in "include()" commands Kefu Chai 2023-03-16 08:27:54 +08:00
  • 03f5f788a3 build: cmake: add more tests Kefu Chai 2023-03-16 08:26:08 +08:00
  • 649a31a722 build: cmake: add missing sources to test-lib Kefu Chai 2023-03-16 08:25:49 +08:00
  • 8963fe4e41 build: cmake: increase per link job mem to 4GiB Kefu Chai 2023-03-16 08:25:16 +08:00
  • 9eb2626fec row_cache: pass "const cache_entry" to operator<< Kefu Chai 2023-03-14 15:50:08 +08:00
  • 7a5e609d8d cql3: functions: add helpers for automating marshalling for scalar functions Avi Kivity 2023-02-24 17:42:22 +02:00
  • 35dd3edb9e types: fix big_decimal constructor from literal 0 Avi Kivity 2023-02-27 17:04:15 +02:00
  • 6c8d942fa1 cql3: functions: add helper class for internal scalar functions Avi Kivity 2023-02-23 21:11:36 +02:00
  • 26e8ec663b db: functions: add stateless aggregate functions Avi Kivity 2023-02-22 14:43:02 +02:00
  • 82c4341e0e db, cql3: move scalar_function from cql3/functions to db/functions Avi Kivity 2023-02-21 20:53:09 +02:00
  • 29a2788b2e Merge 'reader_concurrency_semaphore: handle read blocked on memory being registered as inactive' from Botond Dénes Avi Kivity 2023-03-15 20:10:19 +02:00
  • b776cb4b41 docs: fix typos in wasm documentation Wojciech Mitros 2023-03-15 16:00:23 +01:00
  • 3ad3259396 doc: Add OS support for version 5.2 Anna Stuchlik 2023-03-15 14:28:10 +01:00
  • 5705df77a1 Merge 'Refactor schema, introduce schema_static_props and move several properties into it' from Gusev Petr Kamil Braun 2023-03-15 15:43:48 +01:00
  • e21926f602 flat_mutation_reader_v2: use maybe_yield() when appropriate Kefu Chai 2023-03-08 18:13:09 +08:00
  • 1bb11126d7 doc: Updates the recommended OS to be Ubuntu 22.04 Anna Stuchlik 2023-03-15 13:42:37 +01:00
  • 47cdd31f27 main: Forget the --max-io-requests option Pavel Emelyanov 2023-03-13 13:48:22 +03:00
  • e5f3f4b0d1 Merge 'cmake: sync with configure.py (12/n)' from Kefu Chai Botond Dénes 2023-03-15 12:40:51 +02:00
  • 543d4ed726 cql-pytest: translate Cassandra's tests for GROUP BY Nadav Har'El 2023-03-09 15:25:51 +02:00
  • bfc0533a8d test: Update boost.suite.run_first list Pavel Emelyanov 2023-03-10 19:57:44 +03:00
  • 878ee27d74 Merge 'Load SSTable at the shard that actually own it' from Raphael "Raph" Carvalho Botond Dénes 2023-03-15 10:43:21 +02:00
  • 4505b0a9ca build: cmake: add more tests Kefu Chai 2023-03-14 00:57:06 +08:00
  • cac6ba529d build: cmake: define SEASTAR_TESTING_MAIN for SEASTAR tests Kefu Chai 2023-03-15 15:22:56 +08:00
  • d9e3ffebf2 build: cmake: do not include main.cc in scylla-main Kefu Chai 2023-03-15 15:20:10 +08:00
  • 1cd3764b08 build: cmake: add missing sources in test-lib and utils Kefu Chai 2023-03-15 15:24:22 +08:00
  • 269cce4c2c build: cmake: remove Seastar from the option name Kefu Chai 2023-03-14 00:34:26 +08:00
  • 866672a9fa storage_proxy: rename metrics after service level rename Michał Chojnowski 2023-01-30 23:34:47 +01:00
  • 6373452b31 Merge 'Do not mask node operation errors' from Benny Halevy Botond Dénes 2023-03-15 09:11:31 +02:00
  • afe1d39bdb schema.hh: choose schema_commitlog based on schema_static_props flag Petr Gusev 2023-03-14 19:43:51 +04:00
  • 3ef201d67a schema.hh: use schema_static_props for wait_for_sync_to_commitlog Petr Gusev 2023-03-14 19:26:05 +04:00
  • 4681c4b572 configurables: Add optional service lookup to init callback Calle Wilund 2023-02-28 09:50:56 +00:00
  • 349bc1a9b6 schema.hh: introduce schema_static_props, use it for null_sharder Petr Gusev 2023-03-14 18:23:24 +04:00
  • 52eb70aef0 docs: make wasm documentation visible for users Wojciech Mitros 2023-03-09 19:31:28 +01:00
  • 63ad5607ee docs: Update custom styles David Garcia 2023-03-14 12:06:20 +00:00
  • bad914a34d docs: Update styles David Garcia 2023-03-14 12:01:33 +00:00
  • 7e78b29609 Update seastar submodule (cancellable rpc queue) Pavel Emelyanov 2023-03-14 14:27:58 +03:00
  • 8c4659a379 docs: Add card logos David Garcia 2023-03-14 10:37:23 +00:00
  • 1d9b7f3a92 Merge 'cmake: sync with configure.py (11/n)' from Kefu Chai Botond Dénes 2023-03-14 11:45:48 +02:00
  • 00fc73d966 database.cc: drop ensure_populated and mark_as_populated Petr Gusev 2023-03-09 13:14:48 +04:00
  • e22b27a107 Merge 'Improve database shutdown verbosity' from Pavel Emelyanov Botond Dénes 2023-03-14 10:55:31 +02:00
  • c68deb2461 reader_concurrency_semaphore:: clear_inactive_reads(): defer evicting to evict() Botond Dénes 2023-03-01 10:47:46 -05:00
  • dd96d3017a reader_permit: expose operator<<(reader_permit::state) Botond Dénes 2022-11-29 14:04:01 +02:00
  • 6ca80ee118 reader_permit: add get_state() accessor Botond Dénes 2022-11-29 13:52:58 +02:00
  • 5842804591 install-dependencies: extract go_arch() out Kefu Chai 2023-03-13 20:14:37 +08:00
  • 0c77f77659 sstables: sstable_directory: Load SSTable at the shard that actually own it Raphael S. Carvalho 2023-03-08 21:04:43 -03:00
  • 2c4e141314 sstables: sstable_directory: Give sstable_info_vector a more descriptive name Raphael S. Carvalho 2023-03-08 20:58:21 -03:00
  • a83328c358 sstables: Allow owner shards to be computed for a partially loaded SSTable Raphael S. Carvalho 2023-03-08 18:29:03 -03:00
  • b49ae56e70 sstables: Move SSTable loading to sstable_directory::sort_sstable() Raphael S. Carvalho 2023-03-08 17:05:14 -03:00
  • 229d89dbde sstables: Move sstable_directory::sort_sstable() to private interface Raphael S. Carvalho 2023-03-08 17:00:44 -03:00
  • 36602d1025 sstables: Restore indentation in sstable_directory::sort_sstable() Raphael S. Carvalho 2023-03-08 17:00:15 -03:00
  • 825f23b7f9 sstables: Coroutinize sstable_directory::sort_sstable() Raphael S. Carvalho 2023-03-08 16:59:47 -03:00
  • a19a9f5d99 sstables: sstable_directory: Extract sstable loading from process_descriptor() Raphael S. Carvalho 2023-03-08 16:52:36 -03:00
  • 08e6df256e sstables: sstable_directory: Separate private fields from methods Raphael S. Carvalho 2023-03-08 16:44:01 -03:00
  • 7d751991c1 sstables: Coroutinize sstable_directory::process_descriptor Raphael S. Carvalho 2023-03-08 16:38:30 -03:00
  • 8ceb8b0240 doc: add a Knowledge Base article about consitency, v2 of https://github.com/scylladb/scylladb/pull/12929 Anna Stuchlik 2023-02-22 09:44:43 +01:00
  • cb0e6d617a test: extend test_compaction_task.py to test cleanup compaction Aleksandra Martyniuk 2023-03-07 10:40:54 +01:00
  • 27b999808f compaction: create task manager's task for cleanup keyspace compaction on one shard Aleksandra Martyniuk 2023-01-30 17:01:12 +01:00
  • 7dd27205f6 compaction: create task manager's task for cleanup keyspace compaction Aleksandra Martyniuk 2023-01-30 16:08:31 +01:00
  • 4a5752d0d0 api: add get_table_ids to get table ids from table infos Aleksandra Martyniuk 2023-03-01 19:26:43 +01:00
  • 8801f326c6 compaction: create cleanup_compaction_task_impl Aleksandra Martyniuk 2023-02-22 12:18:28 +01:00
  • a976e2e05b repair: fix indentation Aleksandra Martyniuk 2023-03-02 18:39:54 +01:00
  • 41abc87d28 repair: continue user requested repair if no_such_column_family is thrown Aleksandra Martyniuk 2023-03-02 18:15:46 +01:00
  • 2376a434b6 repair: add find_column_family_if_exists function Aleksandra Martyniuk 2023-03-03 16:54:52 +01:00
  • 3f0b3489a2 reader_concurrency_semaphore: handle reader blocked on memory becoming inactive Botond Dénes 2023-02-02 04:37:05 -05:00
  • 4f5657422d reader_concurrency_semaphore: move _permit_list next to the other lists Botond Dénes 2023-02-09 07:04:23 -05:00
  • d1bc5f9293 reader_permit: evict inactive read on timeout Botond Dénes 2023-02-08 04:03:34 -05:00
  • 6181c08191 reader_concurrency_semaphore: move inactive_read to .cc Botond Dénes 2023-02-06 03:29:33 -05:00
  • e56ec9373d reader_concurrency_semaphore: store permits in _inactive_reads Botond Dénes 2023-02-03 01:00:00 -05:00
  • d11f9efbfe reader_concurrency_semaphore: inactive_read: de-inline more methods Botond Dénes 2023-02-03 01:03:33 -05:00
  • 8e296e8e05 reader_concurrency_semaphore: make _ready_list intrusive Botond Dénes 2023-02-03 00:15:49 -05:00
  • c41b2d35ed test/alternator: test concurrent TagResource / UntagResource Nadav Har'El 2023-03-13 13:38:15 +02:00
  • 87f29d8fd2 db/tags: drop unsafe update_tags() utility function Nadav Har'El 2023-03-13 13:35:17 +02:00
  • 228856f577 Merge 'Test changing IP address of 2 nodes in a cluster out of 3 & misc cleanups' from Konstantin Osipov Kamil Braun 2023-03-13 11:46:53 +01:00
  • dba45f3dc8 init: Add life cycle notifications to configurables Calle Wilund 2023-02-27 16:26:17 +00:00
  • c196bd78de alternator: isolate concurrent modification to tags Nadav Har'El 2023-03-13 12:25:03 +02:00
  • fbdf52acf6 db/tags: add safe modify_tags() utility functions Nadav Har'El 2023-03-13 11:51:01 +02:00
  • e5e9b59518 migration_manager: expose access to storage_proxy Nadav Har'El 2023-03-13 11:43:53 +02:00
  • ef229a5d23 Repackaging cqlsh Israel Fruchter 2022-11-08 17:47:22 +02:00
  • 0cd3a6993b sstables: Don't rely on lexicographical prefix comparison Pavel Emelyanov 2023-03-06 18:57:05 +03:00
  • beaa5a9117 Merge 'wasm: move compilation to an alien thread' from Wojciech Mitros Avi Kivity 2023-03-12 19:29:11 +02:00
  • 24719ea639 Merge 'sstables: sstable_directory: avoid unnecessarily constructing tuple<> from pair<>' from Kefu Chai Avi Kivity 2023-03-12 19:10:02 +02:00
  • 24e943f79b install-dependencies: Add minio server and client Pavel Emelyanov 2023-03-03 15:17:38 +03:00
  • 74cc90a583 main: remove unused bpo::store Marcin Maliszkiewicz 2023-03-09 12:57:46 +01:00
  • e72b85e82c Merge 'cql-pytest/lwt_test: test LWT UPDATE when partition/clustering ranges are empty' from Jan Ciołek Nadav Har'El 2023-03-12 15:11:33 +02:00
  • 53c8c43d8a Merge 'cql3: improve support for C-style parenthesis casts' from Jan Ciołek Nadav Har'El 2023-03-12 15:07:54 +02:00
  • 843a5dfc15 Merge 'Allow setting permissions for user-defined functions' from Wojciech Mitros Nadav Har'El 2023-03-12 14:04:34 +02:00
  • 7f9c822346 Merge 'Coroutinize distributed_loader's reshape() function' from Pavel Emelyanov Avi Kivity 2023-03-12 12:21:33 +02:00
  • 7007c94f5d Merge '[branch-5.1] - minimal fix for crash caused by empty primary key range in LWT update' from Jan Ciołek Nadav Har'El 2023-03-12 10:17:37 +02:00
  • 1379d8330f Merge 'Teach sstables tests not to use tempdir explicitly' from Pavel Emelyanov Nadav Har'El 2023-03-12 10:14:26 +02:00
  • 5c5a9633ea release: prepare for 5.1.7 scylla-5.1.7 Beni Peled 2023-03-12 08:25:57 +02:00
  • 97e411bc96 sstables: sstable_directory: add type constraints Kefu Chai 2023-03-11 17:22:57 +08:00
  • 0a29d62f4f sstables: sstable_directory: avoid unnecessarily constructing tuple<> from pair<> Kefu Chai 2023-03-11 16:50:45 +08:00
  • 7309a1bd6b test: improve logging in ScyllaCluster Konstantin Osipov 2023-03-03 21:14:29 +03:00
  • 4ace19928d raft: (test) test ip address change Konstantin Osipov 2022-12-01 20:06:26 +03:00
  • f84f0a9414 database: Increase verbosity of database::stop() method Pavel Emelyanov 2023-03-10 19:06:00 +03:00
  • 2f316880ae large_data_handler: Increase verbosity on shutdown Pavel Emelyanov 2023-03-10 19:04:12 +03:00
  • e35762241a api: gossiper: fix alive nodes Alejo Sanchez 2023-01-12 13:35:44 +01:00
  • 6c04476561 gms, service: lock live endpoint copy Alejo Sanchez 2023-02-17 18:50:16 +01:00