Commit Graph

  • cbae9a4abe service/storage_proxy.cc: label metrics with basic_level and cas Amnon Heiman 2022-12-08 17:42:17 +02:00
  • fd5d1f1f6a main.cc: label metrics with basic_level Amnon Heiman 2025-03-03 16:27:14 +02:00
  • 5747af8555 streaming/stream_manager.cc: label metrics with basic_level Amnon Heiman 2022-12-08 16:25:39 +02:00
  • 48397f8dff repair/repair.cc: label metrics with basic_level Amnon Heiman 2022-12-07 19:25:01 +02:00
  • 83bfcb53be service/storage_service.cc: label metrics with basic_level Amnon Heiman 2025-03-03 16:24:13 +02:00
  • 1b64fa2283 gms/gossiper.cc: label metrics with basic_level Amnon Heiman 2025-03-03 16:22:42 +02:00
  • cfc5c60ba5 replica/database.cc: label metrics with basic_level Amnon Heiman 2025-03-03 16:20:08 +02:00
  • cf50c71ef5 cdc/log.cc: label metrics with basic_level and cdc Amnon Heiman 2025-03-03 16:18:10 +02:00
  • a474e95ef0 alternator: label metrics with basic_level and alternator Amnon Heiman 2022-12-07 15:18:25 +02:00
  • f40dc4e5c4 row_cache.cc: label metrics with basic_level Amnon Heiman 2022-12-06 22:03:54 +02:00
  • 0dde54d053 query_processor.cc: label metrics with basic_level Amnon Heiman 2022-11-14 16:35:27 +02:00
  • 94ba8af788 sstables.cc: label metrics with basic_level Amnon Heiman 2022-11-14 16:32:31 +02:00
  • bf39a760aa utils/logalloc.cc label metrics with basic_level Amnon Heiman 2022-11-14 16:31:14 +02:00
  • 6826b98c88 commitlog.cc: label metrics with basic_level Amnon Heiman 2022-09-08 11:11:42 +03:00
  • 67ca02b361 compaction_manager.cc: label metrics with basic_level Amnon Heiman 2022-09-08 11:09:30 +03:00
  • 30b34d29b2 Adding the __level and features labels Amnon Heiman 2022-08-21 12:05:21 +03:00
  • 8c67307971 raft: use direct return of future for run_op_with_retry Emil Maskovsky 2025-02-28 15:46:19 +01:00
  • 28d1aeb1fa raft: adjust the voters interface to allow atomic changes Emil Maskovsky 2025-02-19 18:56:16 +01:00
  • 074f4fcdf1 raft topology: drop removing the node from raft config via storage_service Emil Maskovsky 2025-02-04 23:19:20 +01:00
  • 834f506790 raft topology: drop changing the raft voters config via storage_service Emil Maskovsky 2025-02-04 23:19:20 +01:00
  • 90106c6f19 test.py: skip test_incremental_read_repair[row-tombstone] Artsiom Mishuta 2025-03-03 11:01:22 +01:00
  • 8d392229cc test: add test for schema registry maintaining base info for views Wojciech Mitros 2024-12-16 01:58:55 +01:00
  • 3a1d2cbeb6 schema_registry: avoid setting base info when getting the schema from registry Wojciech Mitros 2024-12-10 02:34:26 +01:00
  • ea19b79fe2 Merge 'De-duplicate API's table name to table ID conversion' from Pavel Emelyanov Nadav Har'El 2025-03-03 13:39:50 +02:00
  • 5571b537b5 tree: Make values mutable to enable move semantics Kefu Chai 2025-02-26 20:30:30 +08:00
  • cb0e0ebcf7 test.py: extract prepare dirs and S3 mock steps to test/conftest.py Evgeniy Naydanov 2025-02-27 13:33:16 +00:00
  • a3ac7c3d33 remove redundant std::move() from position_in_partition::key() Kefu Chai 2025-02-27 18:27:49 +08:00
  • d402a19e9a Merge 'replica: Prepare full keyspace config in make_keyspace_config()' from Pavel Emelyanov Piotr Dulikowski 2025-03-03 10:44:41 +01:00
  • 65bc6b449e scripts/open-coredump.sh: use the remote repo containing given sha1 Kefu Chai 2025-02-25 10:44:34 +08:00
  • 9e7f79d1ab cql3/select_statement: require LIMIT and PER PARTITION LIMIT to be strictly positive Paweł Zakrzewski 2025-02-21 22:12:48 +01:00
  • 0343235aa2 Merge 'tablets: repair: fix hosts and dcs filters behavior for tablet repair' from Aleksandra Martyniuk Tomasz Grabiec 2025-03-01 14:47:43 +01:00
  • 7b50fbafb3 Update pgo profiles - aarch64 Jenkins Promoter 2025-03-01 04:58:44 +02:00
  • 84e1514152 Update pgo profiles - x86_64 Jenkins Promoter 2025-03-01 04:26:11 +02:00
  • 4813c48d64 Update pgo profiles - aarch64 Jenkins Promoter 2025-03-01 04:23:15 +02:00
  • b623b108c3 Update pgo profiles - x86_64 Jenkins Promoter 2025-03-01 04:05:24 +02:00
  • 850aec58e0 doc: add the 2025.1 upgrade guides and reorganize the upgrade section Anna Stuchlik 2025-01-16 17:40:29 +01:00
  • c7c6d820d7 test: add new cases to tablet_repair tests Aleksandra Martyniuk 2025-02-28 13:03:01 +01:00
  • c40eaa0577 test: extract repiar check to function Aleksandra Martyniuk 2025-02-28 12:58:44 +01:00
  • 2b538d228c locator: add round-robin selection of filtered replicas Aleksandra Martyniuk 2025-02-28 12:32:55 +01:00
  • fe4e99d7b3 locator: add tablet_task_info::selected_by_filters Aleksandra Martyniuk 2025-02-28 12:02:17 +01:00
  • af6895548c cql3: result_set: Initialize result_generator::_stats to prevent undefined behavior Kefu Chai 2025-02-26 21:46:51 +08:00
  • 9e0e99347f sstables: explicitly call parent's default constructor in copy constructor Kefu Chai 2025-02-27 16:08:44 +08:00
  • 9bce40d917 service: finish repair successfully if no matching replica found Aleksandra Martyniuk 2025-02-28 11:50:47 +01:00
  • 7ba29ec46c reader_concurrency_semaphore: register_inactive_read(): handle aborted permit Botond Dénes 2025-02-20 05:52:52 -05:00
  • 4d8eb02b8d test/boost/reader_concurrency_semaphore_test: move away from db::timeout_clock::now() Botond Dénes 2025-02-25 09:32:29 -05:00
  • ecbb765b3f tools: Add standard extensions and propagate to schema load Calle Wilund 2025-01-15 12:10:23 +00:00
  • 3bf553efa1 cql_test_env: Use add all extensions instead of inidividually Calle Wilund 2025-01-15 12:08:09 +00:00
  • 9500c8c9cb main: Move extensions adding to function Calle Wilund 2025-01-15 12:07:39 +00:00
  • 4c735abb62 tomstone_gc: Make validate work for tools Calle Wilund 2025-01-15 12:06:02 +00:00
  • 439463dbbf doc: add support for Ubuntu 24.04 in 2024.1 Anna Stuchlik 2025-02-13 12:34:54 +01:00
  • 0999fad279 doc: add information about tablets limitation to the CQL page Anna Stuchlik 2025-02-19 19:20:26 +01:00
  • 7fdc7bdc4b test: add test to check dcs and hosts repair filter Aleksandra Martyniuk 2025-01-31 15:26:47 +01:00
  • c2e926850d test: add repair dc selection to test_tablet_metadata_persistence Aleksandra Martyniuk 2025-01-31 11:16:22 +01:00
  • 6d5b029812 repair: Introduce Host and DC filter support Asias He 2025-01-27 17:46:41 +08:00
  • 3f59a89e85 repair: Fix return type for storage_service/tablets/repair API Asias He 2025-02-27 13:20:40 +08:00
  • 834450f604 github: Skip clang-tidy when not explicitly requested Kefu Chai 2025-02-26 17:49:55 +08:00
  • cd5d34f9b7 test.py: fix failed_test collection Artsiom Mishuta 2025-02-26 07:30:45 +01:00
  • 3f05fa3a9b test: lib: replace boost::generate with std equivalent Avi Kivity 2025-01-03 18:43:13 +02:00
  • ffeb55cf77 docs: locator: update the docs and formatter of tablet_task_info Aleksandra Martyniuk 2025-01-31 11:15:36 +01:00
  • c45f9b7155 utils/sorting: Fix VerticesContainer concept constraints Kefu Chai 2025-02-26 20:36:39 +08:00
  • 6e4cb20a69 tree: implement boost::accumulate with std::ranges library Kefu Chai 2025-02-26 18:39:17 +08:00
  • 41dd004c20 conf: scylla.yaml: correct a misspelling Kefu Chai 2025-02-26 17:32:21 +08:00
  • 27e96be6ad B+tree: Clean const_iterator->iterator conversion Pavel Emelyanov 2025-02-26 16:07:23 +03:00
  • da9960db1c tree: Fix polymorphic exception handling by using references Kefu Chai 2025-02-26 20:13:40 +08:00
  • f887466c3f alternator: Clean error handling on CreateTable without AttributeDefinitions Piotr Szymaniak 2025-02-25 15:40:56 +01:00
  • 5d63ef4d15 Merge 'scylla sstable: Add standard extensions and propagate to schema load ' from Calle Wilund Botond Dénes 2025-02-26 13:52:47 +02:00
  • 6e4df57f97 mutation,test: replace boost::equal with std::ranges::equal Kefu Chai 2025-02-24 17:10:44 +08:00
  • b4f0a5149a db: cql3: add comments regarding unsafe interval<clustering_key_prefix> Andrzej Jackowski 2025-02-18 16:22:58 +01:00
  • 6bc445b841 test: increase timeout for adding a server in test_mv_topology_change Wojciech Mitros 2025-02-25 23:57:36 +01:00
  • db1e29cfea replica: Mark database::make_keyspace_config() private Pavel Emelyanov 2025-02-26 09:42:35 +03:00
  • d7018ae3d9 replica: Prepare full keyspace config in make_keyspace_config() Pavel Emelyanov 2025-02-21 11:43:54 +03:00
  • 37aa7c216c Update ScyllaDB version to: 2025.1.0-rc4 Jenkins Promoter 2025-02-25 21:33:18 +02:00
  • b0ab86a8ad schema_registry: update cached base schemas when updating a view Wojciech Mitros 2024-12-10 02:20:33 +01:00
  • 1cf288dd97 schema_registry: cache base schemas for views Wojciech Mitros 2024-12-10 02:19:40 +01:00
  • 40312f482e db: set base info before adding schema to registry Wojciech Mitros 2024-12-10 00:30:57 +01:00
  • 0b0e9f0c32 treewide: include build_mode.hh for SCYLLA_BUILD_MODE_RELEASE where it is missing Gleb Natapov 2025-02-18 12:20:07 +02:00
  • eff61b167c treewide: Reduce db/config.hh header fanout Pavel Emelyanov 2025-02-21 14:50:00 +03:00
  • 43ae3ab703 test: test_mv_topology_change: increase timeout for removenode Piotr Dulikowski 2025-02-20 12:51:38 +01:00
  • e572771f36 test.py: refactor test.py: move test suites classes into pylib Evgeniy Naydanov 2025-02-13 16:03:59 +00:00
  • 871fabd60a test.py: test_random_failures: improve handling of hung node Evgeniy Naydanov 2025-02-12 15:06:11 +00:00
  • 6e70e69246 test/lib: mutation_assertions: deinline Avi Kivity 2025-01-03 19:03:22 +02:00
  • e49f2046e5 generic_server: Update conditions for is_broken_pipe_or_connection_reset Calle Wilund 2025-02-17 15:22:38 +00:00
  • 9fdbe0e74b tree: Remove unused boost headers Kefu Chai 2025-02-20 08:27:22 +08:00
  • 42335baec5 backup_task: Use INFO level for upload abort during shutdown Kefu Chai 2025-02-24 14:26:48 +08:00
  • 55dbf5493c docs: document the views-with-tablets experimental feature Benny Halevy 2025-02-18 09:25:44 +02:00
  • d99df7af6c Merge 'Respect per-shard tablet goal and 10x default per-shard tablet count' from Tomasz Grabiec Avi Kivity 2025-02-24 17:59:26 +02:00
  • 9ec1a457d6 alter_keyspace_statement: Include tablets information in system.topology Łukasz Paszkowski 2025-01-15 16:09:28 +01:00
  • 6ae3076b4e Merge 'tablet-mon.py: Improve split&merge visualization and make tablet id text optional in table mode' from Tomasz Grabiec Botond Dénes 2025-02-24 15:09:54 +02:00
  • f2a8ae101b dist/docker: drop hostname package, use Python API Takuya ASADA 2025-02-18 18:32:57 +09:00
  • d0a48c5661 doc: remove the reference to the 6.2 version Anna Stuchlik 2025-02-19 16:40:13 +01:00
  • 6ab16006a2 Merge 'Untangle sstable-directory vs sstable in pending log creation code' from Pavel Emelyanov Botond Dénes 2025-02-24 14:58:37 +02:00
  • 854d2917a1 cql3/select_statement: reject PER PARTITION LIMIT with SELECT DISTINCT Paweł Zakrzewski 2025-02-20 01:04:56 +01:00
  • e6227f9a25 install-dependencies.sh: update node_exporter to 1.9.0 Yaron Kaikov 2025-02-23 10:06:03 +02:00
  • 1891e10b7b sstables: writer.hh: drop unneeded boost depedencies Avi Kivity 2025-01-03 18:42:39 +02:00
  • 58d4d8142a install-dependencies.sh: harden pip_packages against shellcheck Avi Kivity 2025-02-23 16:28:28 +02:00
  • dfa40972bb topology_custom/test_zero_token_nodes_multidc: Enhance test logging and error handling Kefu Chai 2025-02-21 11:01:02 +08:00
  • 7bf7817e8a docs/cql: s/wasm32-wasi/wasm32-wasip1/ Kefu Chai 2025-02-18 20:27:52 +08:00
  • de751cad03 Merge 'test/topology_experimental_raft: add test_topology_upgrade_stuck' from Piotr Dulikowski Patryk Jędrzejczak 2025-02-24 11:02:31 +01:00
  • d92646a17e install.sh: simplify check_usermode_support() Kefu Chai 2025-02-07 10:45:00 +08:00
  • 99be9ac8d8 test.py: test_random_failures: improve handling of hung node Evgeniy Naydanov 2025-02-12 15:06:11 +00:00