Commit Graph

  • ee9cc450d4 logalloc: report increases of reserves Avi Kivity 2023-08-24 12:37:02 +03:00
  • 4af585ec0e Merge 'row_cache: make_reader_opt(): make make_context() reentrant ' from Botond Dénes Tomasz Grabiec 2023-10-23 11:22:13 +02:00
  • ea6c281b9f replica: Fix major compaction semantics by performing off-strategy first Raphael S. Carvalho 2023-10-22 10:38:52 -03:00
  • e7dd0ec033 test/cql-pytest: reproduce incompatibility with same-name bind marks Nadav Har'El 2023-09-27 16:07:50 +03:00
  • a1271d2d5c repair: throw more detailed exception Aleksandra Martyniuk 2023-10-19 10:24:09 +02:00
  • 950a1ff22c Merge 'doc: improve the docs for handling failures' from Anna Stuchlik Botond Dénes 2023-10-23 11:09:28 +03:00
  • 5a17a02abb build: cmake: add -ffile-prefix-map option Kefu Chai 2023-10-23 11:39:45 +08:00
  • 940c2d1138 Merge 'build: cmake: use add_compile_options() and add_link_options() when appropriate ' from Kefu Chai Botond Dénes 2023-10-23 09:58:10 +03:00
  • c960c2cdbf Merge 'build: extract code fragments into functions' from Kefu Chai Botond Dénes 2023-10-23 09:42:37 +03:00
  • 0080b15939 build: cmake: use add_link_options() when appropriate Kefu Chai 2023-10-23 12:03:04 +08:00
  • 686adec52e build: cmake: use add_compile_options() when appropriate Kefu Chai 2023-10-23 11:43:13 +08:00
  • 8756838b16 test/pylib: remove duplicated imports Kefu Chai 2023-10-20 11:40:09 +08:00
  • 6b84bc50c3 test/pylib: extract the env variable printing into MinIoServer Kefu Chai 2023-10-20 11:38:23 +08:00
  • 02cad8f85b test/pylib: extract _set_environ() out Kefu Chai 2023-10-20 11:14:36 +08:00
  • b36cef6f1a sstable: remove _remote_prefix from s3_storage Kefu Chai 2023-06-29 16:30:35 +08:00
  • af8bc8ba63 sstable: switch to uuid identifier for naming S3 sstable objects Kefu Chai 2023-06-26 13:37:38 +08:00
  • 6acb1916f0 test: Verify that off-strategy can do incremental compaction Raphael S. Carvalho 2023-10-22 17:41:30 -03:00
  • 72522849c1 compaction/leveled_compaction_strategy: ideal_level_for_input: special case max_sstable_size==0 Benny Halevy 2023-07-27 11:58:55 +03:00
  • e3bd23a429 compaction: Clear pending_replacement list when tombstone GC is disabled Raphael S. Carvalho 2023-09-13 21:52:30 -03:00
  • f2f590d197 compaction: Enable incremental compaction on off-strategy Raphael S. Carvalho 2023-09-13 14:08:06 -03:00
  • 67d6bd49e6 compaction: Extend reshape type to allow for incremental compaction Raphael S. Carvalho 2023-09-13 13:58:13 -03:00
  • d20989470e compaction: Move reshape_compaction in the source Raphael S. Carvalho 2023-09-13 13:56:58 -03:00
  • 3854de1656 compaction: Enable incremental compaction only if replacer callback is engaged Raphael S. Carvalho 2023-09-13 12:32:19 -03:00
  • af66363067 replica: Make compaction_group responsible for deleting off-strategy compaction input Raphael S. Carvalho 2023-10-22 17:25:35 -03:00
  • b8c8794e14 test: Verify that off-strategy can do incremental compaction Raphael S. Carvalho 2023-09-13 21:51:13 -03:00
  • 0c2bb5f0b3 compaction/leveled_compaction_strategy: ideal_level_for_input: special case max_sstable_size==0 Benny Halevy 2023-07-27 11:58:55 +03:00
  • 61316d8e88 compaction: Clear pending_replacement list when tombstone GC is disabled Raphael S. Carvalho 2023-09-13 21:52:30 -03:00
  • b8e2739596 compaction: Enable incremental compaction on off-strategy Raphael S. Carvalho 2023-09-13 14:08:06 -03:00
  • ba87dfefd1 compaction: Extend reshape type to allow for incremental compaction Raphael S. Carvalho 2023-09-13 13:58:13 -03:00
  • 6b8499f4d8 compaction: Move reshape_compaction in the source Raphael S. Carvalho 2023-09-13 13:56:58 -03:00
  • 8c8a80a03d compaction: Enable incremental compaction only if replacer callback is engaged Raphael S. Carvalho 2023-09-13 12:32:19 -03:00
  • fdec5e62d0 replica: Make compaction_group responsible for deleting off-strategy compaction input Raphael S. Carvalho 2023-04-03 16:03:05 -03:00
  • f181ac033a Merge 'tools/nodetool: implement additional commands, part 2/N' from Botond Dénes Avi Kivity 2023-10-21 00:11:42 +03:00
  • 19fc01be23 Merge 'Sanitize API -> task_manager dependency' from Pavel Emelyanov Botond Dénes 2023-10-20 18:07:20 +03:00
  • 4b57c2bf18 tools/scylla-nodetool: implement compactionhistory command Botond Dénes 2023-10-04 09:59:21 -04:00
  • f811a63e1b docs: nodetool compact: remove common arguments Botond Dénes 2023-10-05 04:16:00 -04:00
  • 397f67990f docs: nodetool stop: fix compaction types and examples Botond Dénes 2023-10-03 11:03:49 -04:00
  • 70ba6b94c3 docs: nodetool compact: remove unsupported partition option Botond Dénes 2023-10-04 05:37:09 -04:00
  • a212ddc5b1 tools/scylla-nodetool: implement stop command Botond Dénes 2023-10-03 11:48:52 -04:00
  • 9231454acd mutation/json: extract generic streaming writer into utils/rjson.hh Botond Dénes 2023-10-06 03:05:06 -04:00
  • 6db2698786 test/nodetool: rest_api_mock.py: add support for error responses Botond Dénes 2023-10-03 12:06:21 -04:00
  • 9f62bfa961 build: update modeval using a dict Kefu Chai 2023-10-20 16:49:19 +08:00
  • ad90bb8d87 replica/database: remove "streaming" from dirty memory metric description Botond Dénes 2023-10-05 07:06:27 -04:00
  • c240c70278 build: pass args.test_repeat and args.test_timeout explicitly Kefu Chai 2023-10-20 16:35:13 +08:00
  • c2cd11a8b3 build: pull in jsoncpp using "pkgs" Kefu Chai 2023-10-20 16:28:29 +08:00
  • 890113a9cf build: build: extract code fragments into functions Kefu Chai 2023-10-20 15:09:20 +08:00
  • fbcd667030 replica: keyspace::create_replication_strategy: remove a redundant parameter Patryk Jędrzejczak 2023-10-19 17:09:24 +02:00
  • 460bc7d8e1 test/boost/row_cache_test: test_exception_safety_of_reads: also cover single-partition reads Botond Dénes 2023-10-03 06:56:41 -04:00
  • ffefa623f4 test/lib/memtable_snapshot_source: disable critical alloc section while waiting Botond Dénes 2023-10-03 06:46:17 -04:00
  • 92966d935a row_cache: make_reader_opt(): make make_context() reentrant Botond Dénes 2023-10-03 06:58:06 -04:00
  • 11d7cadf0d install-dependencies.sh: drop java deps Kefu Chai 2023-09-19 15:15:14 +08:00
  • 387c567125 Resurrect optimization to avoid bloom filter checks during compaction Raphael S. Carvalho 2023-10-17 15:01:44 -03:00
  • 6798f9676f Resurrect optimization to avoid bloom filter checks during compaction Raphael S. Carvalho 2023-10-17 14:33:42 -03:00
  • 059d647ee5 test/pylib: scylla_cluster: protect ScyllaCluster.stop with a lock Kamil Braun 2023-10-18 16:20:50 +02:00
  • 80c656a08b types: use more readable error message when serializing non-ASCII string Kefu Chai 2023-10-10 13:16:05 +08:00
  • 0c69a312db Update seastar submodule Pavel Emelyanov 2023-10-19 14:53:20 +03:00
  • 899ecaffcd test: tablets: Enable for verbose logging in test_tablet_metadata_propagates_with_schema_changes_in_snapshot_mode Tomasz Grabiec 2023-10-19 12:36:14 +02:00
  • fded314e46 sstables: Fix update of tombstone GC settings to have immediate effect Raphael S. Carvalho 2023-10-17 16:03:32 -03:00
  • 553658ef6f Merge '[5.1 backport] doc: remove recommended image upgrade with OS from previous releases' from Anna Stuchlik Botond Dénes 2023-10-19 13:34:30 +03:00
  • a6e68d8309 build: cmake: move message/* into message/CMakeLists.txt Kefu Chai 2023-10-07 10:25:46 +08:00
  • 60145d9526 Merge 'build: extract code fragments into functions' from Kefu Chai Botond Dénes 2023-10-19 13:31:33 +03:00
  • 39966e0eb1 Merge 'build: cmake: pass -dynamic-linker to ld' from Kefu Chai Avi Kivity 2023-10-19 13:15:47 +03:00
  • 2642f32c38 Merge '[5.2 backport] doc: remove recommended image upgrade with OS from previous releases' from Anna Stuchlik Botond Dénes 2023-10-19 12:30:55 +03:00
  • 56221f2161 test: test abort of compaction task that isn't started yet Aleksandra Martyniuk 2023-08-02 16:33:24 +02:00
  • 520d9db92d test: test running compaction task abort Aleksandra Martyniuk 2023-08-01 10:09:01 +02:00
  • b91064bd2a tasks: fail if a task was aborted Aleksandra Martyniuk 2023-08-17 16:37:14 +02:00
  • 0681795417 compaction: abort task manager compaction tasks Aleksandra Martyniuk 2023-07-26 09:25:07 +02:00
  • c256cca6f1 cql3/expr: add more comments in expression.hh Jan Ciolek 2023-10-18 21:59:32 +02:00
  • b105be220b build: cmake: add join_node.idl.hh to CMake Kefu Chai 2023-10-07 10:59:14 +08:00
  • 6628bee308 doc: remove wrong image upgrade info (5.x.y-to-5.x.y) Anna Stuchlik 2023-10-17 16:48:51 +02:00
  • 407585cd40 doc: remove wrong image upgrade info (4.6-to-5.0) Anna Stuchlik 2023-10-17 16:28:19 +02:00
  • 3d1218bacb doc: remove wrong image upgrade info (5.0-to-5.1) Anna Stuchlik 2023-10-17 16:04:16 +02:00
  • 37fd8a4c36 doc:remove upgrade guides for unsupported versions scylla-5.4.0-rc0 Anna Stuchlik 2023-10-13 15:53:11 +02:00
  • fcbcf1eafd doc: remove wrong image upgrade info (5.x.y-to-5.x.y) Anna Stuchlik 2023-10-17 16:48:51 +02:00
  • 3a14fd31d0 doc: remove wrong image upgrade info (4.6-to-5.0) Anna Stuchlik 2023-10-17 16:28:19 +02:00
  • c7b6152a81 doc: remove wrong image upgrade info (5.0-to-5.1) Anna Stuchlik 2023-10-17 16:04:16 +02:00
  • 2a7932efa1 alternator: fix DeleteTable return values to match DynamoDB's Nikita Kurashkin 2023-10-12 16:53:22 +03:00
  • ec94cc9538 Merge 'test: set use_uuid to true by default in sstables::test_env ' from Kefu Chai Pavel Emelyanov 2023-10-19 09:09:38 +03:00
  • 0981661f8b api: Unset task_manager test API handlers Pavel Emelyanov 2023-10-18 18:52:40 +03:00
  • 2d543af78e api: Unset task_manager API handlers Pavel Emelyanov 2023-10-18 18:49:28 +03:00
  • 0632ad50f3 api: Remove ctx->task_manager dependency Pavel Emelyanov 2023-10-18 18:44:10 +03:00
  • 572c880d97 api: Use task_manager& argument in test API handlers Pavel Emelyanov 2023-10-18 18:42:33 +03:00
  • 0396ce7977 api: Push sharded<task_manager>& down the test API set calls Pavel Emelyanov 2023-10-18 18:41:37 +03:00
  • ef1d2b2c86 api: Use task_manager& argument in API handlers Pavel Emelyanov 2023-10-18 18:37:24 +03:00
  • 14e10e7db4 api: Push sharded<task_manager>& down the API set calls Pavel Emelyanov 2023-10-18 18:34:55 +03:00
  • 7d5e22b43b replica: memtable: don't forget memtable memory allocation statistics Avi Kivity 2023-10-17 16:25:28 +03:00
  • c8cb70918b sstable: drop unused parse() overload for deletion_time Kefu Chai 2023-10-18 17:56:29 +08:00
  • f3dc01c85e Merge 'Enlight sstable_directory construction' from Pavel Emelyanov Avi Kivity 2023-10-18 16:42:04 +03:00
  • 274cf7a93a doc:remove upgrade guides for unsupported versions Anna Stuchlik 2023-10-13 15:53:11 +02:00
  • f69a44bb37 test/object_store: redirect to STDOUT and STDERR Kefu Chai 2023-09-26 18:42:06 +08:00
  • b340bd6d9e release: prepare for 5.5.0-dev Yaron Kaikov 2023-10-18 14:40:06 +03:00
  • 83f7d0073a release: prepare for 5.4.0-rc0 Yaron Kaikov 2023-10-18 14:38:53 +03:00
  • 23f9fdfbba repair: Use the updated estimated_partitions to create writer Asias He 2023-06-08 09:51:57 +08:00
  • ac45d8d092 repair: Use the updated estimated_partitions to create writer Asias He 2023-06-08 09:51:57 +08:00
  • d319c2a83f doc: remove recommended image upgrade with OS Anna Stuchlik 2023-10-17 15:36:02 +02:00
  • f7e269ccb8 Merge 'Progress of compaction executors' from Aleksandra Martyniuk Botond Dénes 2023-10-18 12:19:51 +03:00
  • c1486fee40 Merge 'commitlog: drop truncation_records after replay' from Petr Gusev Kamil Braun 2023-10-18 11:14:31 +02:00
  • f80fff3484 gossip: remove unused STATUS_LEAVING gossiper status Gleb Natapov 2023-10-18 09:09:29 +03:00
  • 7f81957437 Merge 'Initialize datadir for system and non-system keyspaces the same way' from Pavel Emelyanov Botond Dénes 2023-10-18 12:12:19 +03:00
  • 51466dcb23 docs: add latest option to aws_images extension David Garcia 2023-10-06 12:47:27 +01:00