Commit Graph

  • c0b72f70d4 thrift: s/std::regex/boost::regex/ Botond Dénes 2023-04-06 06:59:36 -04:00
  • ba031ad181 sstables: use s/std::regex/boost::regex/ Botond Dénes 2023-04-05 09:45:45 -04:00
  • c65bd01174 Merge 'Debloat system_keyspace.hh (and a bit of .cc)' from Pavel Emelyanov Botond Dénes 2023-04-06 16:39:20 +03:00
  • c2a2996c2b docs: cleaning up after failed membership change Kamil Braun 2023-03-15 09:54:19 +01:00
  • 0a46a574e6 Merge 'Topology: introduce nodes' from Benny Halevy Botond Dénes 2023-04-06 13:47:22 +03:00
  • 18333b4225 system_keyspace.hh: Remove unneeded headers Pavel Emelyanov 2023-04-06 11:51:16 +03:00
  • 1af373cf0a system_keyspace: Move topology_mutation_builder to storage_service Pavel Emelyanov 2023-04-06 12:25:01 +03:00
  • 45de375126 system_keyspace: Move group0_upgrade_state conversions to group0 code Pavel Emelyanov 2023-04-06 12:10:13 +03:00
  • 0d4ffe1d69 scripts/refresh-submodules.sh: include all commits in summary Kefu Chai 2023-03-29 18:41:47 +08:00
  • 011c5ac37e doc: update supported os for 2022.1 Yaron Kaikov 2023-03-28 09:57:33 +03:00
  • e6f7ac17f6 doc: update supported os for 2022.1 Yaron Kaikov 2023-03-28 09:57:33 +03:00
  • 9a02315c6b Merge 'Compaction reevaluation bug fixes' from Raphael "Raph" Carvalho Botond Dénes 2023-04-05 13:51:21 +03:00
  • 9802bb6564 Merge 'Remove explicit flush() from sstable component writer' from Pavel Emelyanov Tomasz Grabiec 2023-04-05 12:09:31 +02:00
  • bbabf07f69 Merge 'test/boost/multishard_mutation_query: use random schema' from Botond Dénes Tomasz Grabiec 2023-04-05 10:32:58 +02:00
  • df0905357e mutation_partition_v2: add sentinel to the tracker *after* adding it to the tree Michał Chojnowski 2023-03-28 03:11:44 +02:00
  • 457c772c9c replica: Make compaction_group responsible for deleting off-strategy compaction input Raphael S. Carvalho 2023-04-03 16:03:05 -03:00
  • f7421aab2c Merge 'cmake: sync with configure.py (16/n)' from Kefu Chai Botond Dénes 2023-04-05 06:57:23 +03:00
  • c80ab78741 doc: update supported os for 2022.1 Yaron Kaikov 2023-03-28 09:57:33 +03:00
  • 36619fc7d9 doc: add upgrade guide from 5.2 to 2023.1 Anna Stuchlik 2023-03-23 11:41:29 +01:00
  • 750414c196 doc: update Raft doc for versions 5.2 and 2023.1 Anna Stuchlik 2023-04-03 16:16:32 +02:00
  • f5de0582c8 alternator,util: Move aws4-hmac-sha256 signature generator to util Pavel Emelyanov 2023-04-03 19:15:35 +03:00
  • aeabfcb93f Merge 'Revert scylla sstable schema improvements' from Botond Dénes Nadav Har'El 2023-04-04 18:22:14 +03:00
  • 447ce58da5 doc: update Raft doc for versions 5.2 and 2023.1 Anna Stuchlik 2023-04-03 16:16:32 +02:00
  • 156ac0a67a compaction: Make compaction reevaluation actually periodic Raphael S. Carvalho 2023-04-03 14:21:30 -03:00
  • 2652b41606 replica: Reevaluate regular compaction on off-strategy completion Raphael S. Carvalho 2023-04-03 14:09:37 -03:00
  • dceb364c5c build: cmake: include cxx.h with relative path Kefu Chai 2023-04-04 14:36:10 +08:00
  • ecd5bf98d9 build: cmake: set stack frame limits Kefu Chai 2023-04-04 13:45:02 +08:00
  • 6cc8800c85 build: cmake: pass -fvisibility=hidden to compiler Kefu Chai 2023-04-04 13:41:44 +08:00
  • 066e9567ee build: cmake: use -O0 on aarch64, otherwise -Og Kefu Chai 2023-04-04 12:29:12 +08:00
  • 595325c11b doc: add upgrade guide from 5.2 to 2023.1 Anna Stuchlik 2023-03-23 11:41:29 +01:00
  • 8167f11a23 Merge 'Move compaction manager tasks out of compaction manager' from Aleksandra Martyniuk Botond Dénes 2023-04-03 15:40:42 +03:00
  • 54c0a387a2 Revert "Merge 'tool/scylla-sstable: more flexibility in obtaining the schema' from Botond Dénes" Botond Dénes 2023-04-03 08:39:35 +03:00
  • 04b1219694 Revert "tools/schema_loader: don't require results from optional schema tables" Botond Dénes 2023-04-03 08:39:02 +03:00
  • 09636b20f3 scylla_cluster.py: optimize node logs reading Petr Gusev 2023-03-31 16:21:38 +04:00
  • 99f8d7dcbe db: view: use deferred_close for closing staging_sstable_reader Marcin Maliszkiewicz 2023-03-31 13:53:33 +02:00
  • 128050e984 Merge 'commitlog: Fix updating of total_size_on_disk on segment alloc when o_dsync is off' from Calle Wilund Botond Dénes 2023-03-02 12:39:11 +02:00
  • ca062d1fba Merge ' mutation: replace operator<<(..) with fmt formatter' from Kefu Chai Botond Dénes 2023-04-03 08:34:55 +03:00
  • 6c37829224 wasm: add noexcept specifier for alien::run_on() Kefu Chai 2023-03-30 14:13:39 +08:00
  • 36e53d571c Merge 'Treewide use-after-move bug fixes' from Raphael "Raph" Carvalho Botond Dénes 2023-04-03 06:57:54 +03:00
  • c17df1759e topology: add node state Benny Halevy 2023-01-14 19:52:56 +02:00
  • 027f188a97 topology: remove dead code Benny Halevy 2023-03-01 17:40:18 +02:00
  • f3d5df5448 locator: add class node Benny Halevy 2022-11-13 20:18:39 +02:00
  • 006e02410f topology: rename update_endpoint to add_or_update_endpoint Benny Halevy 2023-03-21 18:15:29 +02:00
  • df1c92649e topology: define get_{rack,datacenter} inline Benny Halevy 2023-03-01 17:24:43 +02:00
  • fd1a2591b5 shared_token_metadata: mutate_token_metadata: replicate to all shards Benny Halevy 2022-11-15 10:07:53 +02:00
  • 9cce01a12c locator: endpoint_dc_rack: refactor default_location Benny Halevy 2023-01-01 16:13:51 +02:00
  • 5ba5371631 locator: endpoint_dc_rack: define default operator== Benny Halevy 2023-01-01 16:13:51 +02:00
  • 5874a0d0ca test: storage_proxy_test: provide valid endpoint_dc_rack Benny Halevy 2022-11-16 12:30:27 +02:00
  • d70751fee3 release: prepare for 5.2.0-rc4 scylla-5.2.0-rc4 Yaron Kaikov 2023-04-02 16:40:56 +03:00
  • ca61d88764 storage_service: node ops: standardize sync_nodes selection Benny Halevy 2023-03-20 15:33:39 +02:00
  • d2d151ae5b Fix use-after-move when initializing row cache with dummy entry Raphael S. Carvalho 2023-03-31 10:39:15 -03:00
  • c15f53f971 tools/schema_loader: don't require results from optional schema tables Botond Dénes 2023-03-31 07:04:43 -04:00
  • c24a9600af docs: dev: correct a typo Kefu Chai 2023-03-31 18:35:12 +08:00
  • 04932a66d3 replica: Fix use-after-move in table::make_streaming_reader Raphael S. Carvalho 2023-03-30 14:54:25 -03:00
  • f8df3c72d4 index/built_indexes_virtual_reader.hh: Fix use-after-move Raphael S. Carvalho 2023-03-30 13:17:34 -03:00
  • 1ecba373d6 db/view/build_progress_virtual_reader: Fix use-after-move Raphael S. Carvalho 2023-03-30 13:14:30 -03:00
  • 213eaab246 sstables: Fix use-after-move when making reader in reverse mode Raphael S. Carvalho 2023-03-24 17:23:28 -03:00
  • 6e956c5358 mutation: drop operator<< for position_in_partition and friends Kefu Chai 2023-03-31 19:01:40 +08:00
  • 76dde9fd50 partition_snapshot_row_cursor: do not use operator<< when printing position Kefu Chai 2023-03-31 19:00:02 +08:00
  • 4ec4859179 mutation: specialize fmt::formatter<position_in_partition> Kefu Chai 2023-03-31 17:51:33 +08:00
  • 500eeeb12c mutation: specialize fmt::formatter<partition_region> Kefu Chai 2023-03-31 17:20:57 +08:00
  • 99cb948eac direct_failure_detector: Avoid throwing exceptions in the success path Tomasz Grabiec 2023-03-22 11:09:08 +01:00
  • 1fba43c317 docs: minor improvments to the Raft Handling Failures and recovery procedure sections Tzach Livyatan 2023-03-23 11:36:47 +02:00
  • 81b40c10de test/pylib: RandomTables.add_column with value column Alejo Sanchez 2023-03-21 15:18:33 +01:00
  • e3b462507d test/pylib: topology: support clusters of initial size 0 Alejo Sanchez 2023-03-21 17:06:36 +01:00
  • 56be654edc storage_service: get_ignore_dead_nodes_for_replace: make static and rename to parse_node_list Benny Halevy 2023-03-20 15:41:56 +02:00
  • e107b31d23 test: sstable: remove unused class in sstable test Kefu Chai 2023-03-24 19:09:07 +08:00
  • f777916055 Merge 'Offstrategy keyspace compaction task' from Aleksandra Martyniuk Botond Dénes 2023-03-31 07:09:17 +03:00
  • 7d6ab5c84d code: Remove some headers from query_processor.hh Pavel Emelyanov 2023-03-30 19:48:31 +03:00
  • 4d6443e030 Merge 'Schema commitlog separate dir' from Gusev Petr Tomasz Grabiec 2023-03-30 23:48:58 +02:00
  • 0152c000bb commitlog: use separate directory for schema commitlog Petr Gusev 2023-03-24 14:40:52 +04:00
  • f31bd26971 schema commitlog: fix commitlog_total_space_in_mb initialization Petr Gusev 2023-03-21 13:00:36 +04:00
  • 207dcbb8fa Merge 'sstables: prepare for uuid-based generation_type' from Benny Halevy Botond Dénes 2023-03-30 17:05:06 +03:00
  • e380c24c69 Merge 'Improve database shutdown verbosity' from Pavel Emelyanov Botond Dénes 2023-03-14 10:55:31 +02:00
  • 92318fdeae Merge 'Initialize Wasm together with query_processor' from Wojciech Mitros Pavel Emelyanov 2023-03-30 14:30:23 +03:00
  • 59ab9aac44 Merge 'functions: reframe aggregate functions in terms of scalar functions' from Avi Kivity Nadav Har'El 2023-03-30 13:58:47 +03:00
  • 306d44568f test: extend test_compaction_task.py to test offstrategy compaction Aleksandra Martyniuk 2023-03-13 17:16:24 +01:00
  • 8afa54d4f6 compaction: create task manager's task for offstrategy keyspace compaction on one shard Aleksandra Martyniuk 2023-02-02 14:07:57 +01:00
  • 73860b7c9d compaction: create task manager's task for offstrategy keyspace compaction Aleksandra Martyniuk 2023-02-02 13:26:39 +01:00
  • e8ef8a51d5 compaction: create offstrategy_compaction_task_impl Aleksandra Martyniuk 2023-03-09 16:36:56 +01:00
  • 32fff17e19 Merge 'tool/scylla-sstable: more flexibility in obtaining the schema' from Botond Dénes Nadav Har'El 2023-03-30 09:35:59 +03:00
  • 886a1392a8 sstables: Move writer flush into close (and remove it) Pavel Emelyanov 2023-03-24 20:35:26 +03:00
  • 77169e2647 sstables: Relax exception handling in do_write_simple Pavel Emelyanov 2023-03-24 20:20:34 +03:00
  • 164afe14ad Merge 'compound_compat: replace operator<<(..) with fmt formatter ' from Kefu Chai Botond Dénes 2023-03-30 08:47:17 +03:00
  • 972b24a969 Merge 'Break the proxy -> database -> [views] -> proxy loop' from Pavel Emelyanov Botond Dénes 2023-03-30 08:29:29 +03:00
  • 160c184d0b scylla_kernel_check: suppress verbose iotune messages Takuya ASADA 2023-03-29 18:56:35 +09:00
  • 9a66174a94 Merge 'config: make query timeouts live update-able' from Kefu Chai Pavel Emelyanov 2023-03-29 19:38:26 +03:00
  • 4670ba90e5 scripts: remove git-archive-all Kefu Chai 2023-03-29 23:52:32 +08:00
  • 472b155d76 Merge 'Allow each compaction group to have its own compaction strategy state' from Raphael "Raph" Carvalho Avi Kivity 2023-03-29 18:57:11 +03:00
  • cc262d814b view: Drop global storage_proxy usage from mutate_MV() Pavel Emelyanov 2023-03-28 12:16:34 +03:00
  • 7cabdc54a6 view: Make mutate_MV() method of view_update_generator Pavel Emelyanov 2023-03-28 12:12:56 +03:00
  • e78e64a920 table: Carry v.u.generator down to populate_views() Pavel Emelyanov 2023-03-28 12:03:18 +03:00
  • bae62f899d mutation/mutation_compactor: consume_partition_end(): reset _stop Botond Dénes 2023-03-28 07:17:30 -04:00
  • 0ceee3e4b3 compaction: use compaction namespace in compaction_manager.cc Aleksandra Martyniuk 2023-03-29 15:28:14 +02:00
  • 497dd7380f create-relocatable-package.py: stop using filter function on tools Takuya ASADA 2023-03-17 02:36:32 +09:00
  • d7d570e39d compaction: rename compaction::task Aleksandra Martyniuk 2023-03-16 18:47:44 +01:00
  • f24391fbe4 compaction: move compaction_manager::task out of compaction manager Aleksandra Martyniuk 2023-03-16 18:28:48 +01:00
  • cfd2a4588d wasm: move wasm initialization to query_processor constructor Wojciech Mitros 2023-03-23 18:14:23 +01:00
  • 37cafec9d5 compaction: move sstable_task definition to source file Aleksandra Martyniuk 2023-03-13 17:58:13 +01:00
  • 72772d5072 Merge 'auth: replace operator<<(..) with fmt formatter' from Kefu Chai Botond Dénes 2023-03-29 15:24:07 +03:00