Commit Graph

  • 2f99f27c14 docs/dev: building.md: mention node-exporter packages Kamil Braun 2022-11-24 12:49:34 +01:00
  • b12f331fe6 docs/dev: building.md: replace dev with <mode> in list of debs Kamil Braun 2022-11-24 12:47:05 +01:00
  • 243dc2efce hints: host_filter: check topology::has_endpoint if enabled_selectively Benny Halevy 2022-11-22 12:28:56 +02:00
  • f158d31e24 doc: add the links to the per-partition rate limit extention to the CREATE TABLE and ALTER TABLE sections Anna Stuchlik 2022-11-24 11:26:33 +01:00
  • b95305ae2b cql: refactor, inline modification_statement::validate_primary_key_restrictions Petr Gusev 2022-11-23 21:56:12 +04:00
  • f9936bb0cb cql: DELETE with null value for IN parameter should be forbidden Petr Gusev 2022-11-23 17:36:08 +04:00
  • c123f94110 cql: add column name to the error message in case of null primary key component Petr Gusev 2022-11-23 16:55:15 +04:00
  • 7730c4718e cql: batch statement, inserting a row with a null key column should be forbidden Petr Gusev 2022-11-23 14:50:22 +04:00
  • 89a5397d7c cql: wrong column name in error messages Petr Gusev 2022-11-23 21:23:58 +04:00
  • 996eac9569 topology: add get_datacenters Benny Halevy 2022-11-13 21:10:09 +02:00
  • 9acdd3af23 dist: drop deprecated AMI parameters on setup scripts Takuya ASADA 2022-11-21 16:45:57 +09:00
  • 7c66fdcad1 Merge 'Simplify sstable_directory configuration' from Pavel Emelyanov Avi Kivity 2022-11-23 16:16:04 +02:00
  • 70bfa708f5 storage_proxy: coroutinize change_hints_host_filter() Avi Kivity 2022-11-22 22:59:06 +02:00
  • d5e5d27929 Merge '[branch 5.1 backport] doc: add the upgrade guide from 5.0 to 2022.1' from Anna Stuchlik Botond Dénes 2022-11-23 14:52:42 +02:00
  • bb69ece13d doc: update the note about installing scylla-enterprise-machine-image Anna Stuchlik 2022-08-01 14:22:45 +02:00
  • d4268863cd update the info about installing scylla-enterprise-machine-image during upgrade Anna Stuchlik 2022-07-28 12:07:01 +02:00
  • 8b05c67226 doc: add the requirement to install scylla-enterprise-machine-image if the previous version was installed with an image Anna Stuchlik 2022-07-28 09:53:27 +02:00
  • 84501851eb cql_pytest: ensure that where clauses like token(p) = 0 AND p = 0 are rejected Jan Ciolek 2022-11-23 13:04:51 +01:00
  • 3afc58de7d doc: add the upgrade guide from 5.0 to 2022.1 Anna Stuchlik 2022-07-22 12:32:08 +02:00
  • 602dfdaf98 Merge 'Task manager top level repair tasks' from Aleksandra Martyniuk Botond Dénes 2022-11-23 14:02:30 +02:00
  • 496696140b docs: backport upgrade guide improvements from #11577 to 5.1 Anna Stuchlik 2022-09-19 16:06:24 +02:00
  • 3a070380a7 doc: update the links to Manager and Operator Anna Stuchlik 2022-08-03 09:22:30 +02:00
  • 338af848a8 cql3: expr: remove needless braces around switch cases Jan Ciolek 2022-11-23 12:42:19 +01:00
  • e8a46d34c2 cql3: move evaluation IS_NOT NULL to a separate function Jan Ciolek 2022-11-23 12:37:41 +01:00
  • b6cf6e6777 expr_test: test evaluating LIKE binary_operator Jan Ciolek 2022-11-22 14:08:35 +01:00
  • 6774272fd6 expr_test: test evaluating IS_NOT binary_operator Jan Ciolek 2022-11-22 14:08:27 +01:00
  • e6c78bb6c2 expr_test: test evaluating CONTAINS_KEY binary_operator Jan Ciolek 2022-11-22 14:08:16 +01:00
  • 4f250609ab expr_test: test evaluating CONTAINS binary_operator Jan Ciolek 2022-11-22 14:08:05 +01:00
  • 3ca04cfcc2 expr_test: test evaluating IN binary_operator Jan Ciolek 2022-11-22 14:07:50 +01:00
  • 41f452b73f expr_test: test evaluating GTE binary_operator Jan Ciolek 2022-11-22 14:07:34 +01:00
  • 1fe9a9ce2a expr_test: test evaluating GT binary_operator Jan Ciolek 2022-11-22 14:07:24 +01:00
  • ef2a77a3e0 expr_test: test evaluating LTE binary_operator Jan Ciolek 2022-11-22 14:07:11 +01:00
  • 3cbb2d44e8 expr_test: test evaluating LT binary_operator Jan Ciolek 2022-11-22 14:05:41 +01:00
  • 9feee70710 expr_test: test evaluating NEQ binary_operator Jan Ciolek 2022-11-22 14:05:22 +01:00
  • e77dba0b0b expr_test: test evaluating EQ binary_operator Jan Ciolek 2022-11-22 14:04:23 +01:00
  • 63a89776a1 cql3: expr properly handle null in is_one_of() Jan Ciolek 2022-11-21 20:28:48 +01:00
  • 214dab9c77 cql3: expr properly handle null in like() Jan Ciolek 2022-11-21 20:25:56 +01:00
  • 2ce9c95a9d cql3: expr properly handle null in contains_key() Jan Ciolek 2022-11-21 20:23:38 +01:00
  • 336ad61aa3 cql3: expr properly handle null in contains() Jan Ciolek 2022-11-21 20:21:21 +01:00
  • e2223be1ec cql3: expr: properly handle null in limits() Jan Ciolek 2022-11-21 19:57:41 +01:00
  • d1abf2e168 cql3: expr: remove unneeded overload of limits() Jan Ciolek 2022-11-21 19:55:52 +01:00
  • 0609a425e6 cql3: expr: properly handle null in equality operators Jan Ciolek 2022-11-21 16:51:22 +01:00
  • a3016e652f repair: define run for data_sync_repair_task_impl Aleksandra Martyniuk 2022-10-31 16:21:46 +01:00
  • 42239c8fed repair: add data_sync_repair_task_impl Aleksandra Martyniuk 2022-10-12 18:01:40 +02:00
  • 9e108a2490 tasks: repair: add noexcept to task impl constructor Aleksandra Martyniuk 2022-11-09 12:57:36 +01:00
  • 4a4e9c12df repair: define run for user_requested_repair_task_impl Aleksandra Martyniuk 2022-10-12 16:56:10 +02:00
  • 3800b771fc repair: add user_requested_repair_task_impl Aleksandra Martyniuk 2022-10-12 16:42:30 +02:00
  • 0256ede089 repair: allow direct access to max_repair_memory_per_range Aleksandra Martyniuk 2022-10-31 11:26:14 +01:00
  • 16e2b9acd4 Update docs/alternator/compatibility.md Anna Stuchlik 2022-11-23 09:51:04 +01:00
  • d7310fd083 gdb: messaging: print tls servers too Avi Kivity 2022-11-22 16:33:18 +02:00
  • aec9faddb1 Merge 'storage_proxy: use erm topology' from Benny Halevy Avi Kivity 2022-11-22 20:04:41 +02:00
  • 49ec7caf27 mutation_fragment_stream_validator: avoid allocation when stream is correct Botond Dénes 2022-11-21 11:04:59 +02:00
  • ce7c1a6c52 Merge 'alternator: fix wrong 'where' condition for GSI range key' from Marcin Maliszkiewicz Nadav Har'El 2022-11-22 17:46:52 +02:00
  • 22133a3949 sstable_directory: Move all RAII booleans onto flags Pavel Emelyanov 2022-11-16 18:02:53 +03:00
  • 7ca5e143d7 sstable_directory: Convert sort-sstables argument to flags struct Pavel Emelyanov 2022-11-16 18:01:38 +03:00
  • 7c7017d726 sstable_directory: Drop default filter Pavel Emelyanov 2022-11-16 16:08:09 +03:00
  • 6be142e3a0 cql3: expr: remove unneeded overload of equal() Jan Ciolek 2022-11-21 16:47:49 +01:00
  • 731a74c71f storage_proxy: pass topology& to sort_endpoints_by_proximity Benny Halevy 2022-11-22 14:25:04 +02:00
  • ab3fc1e069 storage_proxy: pass topology& to is_worth_merging_for_range_query Benny Halevy 2022-11-22 14:25:04 +02:00
  • 0d443dfd16 modification_statement: fix LWT insert crash if clustering key is null Petr Gusev 2022-11-21 14:30:53 +04:00
  • 2bf2ffd3ed alternator: add maybe_quote to secondary indexes 'where' condition Marcin Maliszkiewicz 2022-11-08 12:11:07 +01:00
  • 4389baf0d9 test/alternator: correct xfail reason for test_gsi_backfill_empty_string Marcin Maliszkiewicz 2022-11-08 11:30:50 +01:00
  • 59eca20af1 test/alternator: correct indentation in test_lsi_describe Marcin Maliszkiewicz 2022-11-08 11:25:57 +01:00
  • d6d20134de alternator: fix wrong 'where' condition for GSI range key Marcin Maliszkiewicz 2022-11-08 10:38:28 +01:00
  • 7b551d8ce4 Merge '[branch 5.1 backport] doc: update the OS support for versions 2022.1 and 2022.2' from Anna Stuchlik Botond Dénes 2022-11-22 08:29:50 +02:00
  • 2018b8fcfd doc: remove support for Debian 9 from versions 2022.1 and 2022.2 Anna Stuchlik 2022-09-06 14:04:22 +02:00
  • 20b5aa938e doc: remove support for Ubuntu 16.04 from versions 2022.1 and 2022.2 Anna Stuchlik 2022-09-06 14:01:35 +02:00
  • f519580252 doc: add support for Debian 11 to versions 2022.1 and 2022.2 Anna Stuchlik 2022-09-06 13:54:08 +02:00
  • ff617c6950 cql-pytest: translate a few small Cassandra tests Nadav Har'El 2022-11-21 23:26:21 +02:00
  • f3eecb47f6 Merge 'Optimize cleanup compaction get ranges for invalidation' from Benny Halevy Botond Dénes 2022-11-22 06:45:01 +02:00
  • a1407ef576 cql3: expr: use evaluate(binary_operator) in is_satisfied_by Jan Ciolek 2022-11-21 17:57:01 +01:00
  • 9c4889ecc3 cql3: expr: handle IS NOT NULL when evaluating binary_operator Jan Ciolek 2022-09-27 19:16:39 +02:00
  • 46c0a1cc0a scylla_raid_setup: run uuidpath existance check only after mount failed Takuya ASADA 2022-09-30 02:51:00 +09:00
  • a822282fde scylla_raid_setup: prevent mount failed for /var/lib/scylla Takuya ASADA 2022-08-27 03:10:43 +09:00
  • bc5af9fdea scylla_raid_setup: check uuid and device path are valid Takuya ASADA 2022-08-27 02:16:19 +09:00
  • bf2e54ff85 Merge 'Move deletion log code to sstable_directory.cc' from Pavel Emelyanov Avi Kivity 2022-11-21 21:22:59 +02:00
  • b4cc92216b cql3: expr: make it possible to evaluate binary_operator Jan Ciolek 2022-09-26 14:19:16 +02:00
  • 8d81eaa68f cql3: expr: accept expression as lhs argument to like() Jan Ciolek 2022-09-27 18:59:44 +02:00
  • b1a12686dc cql3: expr: accept expression as lhs in contains_key Jan Ciolek 2022-09-27 18:58:42 +02:00
  • 79cd9cd956 cql3: expr: accept expression as lhs argument to contains() Jan Ciolek 2022-09-27 18:56:48 +02:00
  • 57ff3f240f dht: optimize subtract_ranges Benny Halevy 2022-11-06 13:17:58 +02:00
  • 8b81635d95 compaction: refactor dht::subtract_ranges out of get_ranges_for_invalidation Benny Halevy 2022-11-10 08:53:35 +02:00
  • 7c6f60ae72 compaction_manager: needs_cleanup: get first/last tokens from sstable decorated keys Benny Halevy 2022-11-06 12:50:36 +02:00
  • c8bb147f84 Merge 'cql3: don't ignore other restrictions when a multi column restriction is present during filtering' from Jan Ciołek Nadav Har'El 2022-11-20 11:50:38 +02:00
  • dc92ec4c8b docs: a single 5.0 -> 5.1 upgrade guide Kamil Braun 2022-11-03 14:44:28 +01:00
  • 2f9b7931af sstables: Delete log file in replay_pending_delete_log() Pavel Emelyanov 2022-11-17 21:00:17 +03:00
  • bdc47b7717 sstables: Move deletion log manipulations to sstable_directory.cc Pavel Emelyanov 2022-11-17 20:29:29 +03:00
  • 865c51c6cf sstables: Open-code delete_sstables() call Pavel Emelyanov 2022-11-17 20:06:09 +03:00
  • a61c96a627 sstables: Use fs::path in replay_pending_delete_log() Pavel Emelyanov 2022-11-17 19:50:17 +03:00
  • f5684bcaf0 sstables: Indentation fix after previous patch Pavel Emelyanov 2022-11-17 19:41:15 +03:00
  • 85a73ca9c6 sstables: Coroutinize replay_pending_delete_log Pavel Emelyanov 2022-11-17 19:39:09 +03:00
  • 6f3fd94162 sstables: Read pending delete log with one line helper Pavel Emelyanov 2022-11-17 16:51:48 +03:00
  • 2dedf4d03a sstables: Dont write pending log with file_writer Pavel Emelyanov 2022-11-17 16:26:41 +03:00
  • 2d4439a739 Merge 'doc: add a troubleshooting article about the missing configuration files' from Anna Stuchlik Botond Dénes 2022-11-21 12:02:31 +02:00
  • 135eb4a041 test.py: prepare for adding extra config from test when creating servers Kamil Braun 2022-11-17 16:46:11 +01:00
  • ac91e9d8be test/pylib: manager_client: convert add_server to use put_json Kamil Braun 2022-11-14 17:24:10 +01:00
  • 82eb9af80d test/pylib: rest_client: allow returning JSON data from put_json Kamil Braun 2022-11-14 17:21:39 +01:00
  • 4fef2d099b test/pylib: scylla_cluster: don't import from manager_client Kamil Braun 2022-11-14 16:54:36 +01:00
  • 8f7e3275a2 Update Alternator Markdown file to use automatic link notation Tzach Livyatan 2022-08-21 12:53:24 +03:00
  • 757d2a4c02 test/alternator: un-xfail a test which passes on modern Python Nadav Har'El 2022-11-20 13:23:30 +02:00