Commit Graph

149037 Commits

Author SHA1 Message Date
Julia Kartseva
727f5ed108 Update src/Disks/ObjectStorages/MetadataStorageFromPlainRewritableObjectStorage.cpp
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-08-02 04:28:07 +00:00
Julia Kartseva
912bddf86f Update src/Disks/ObjectStorages/InMemoryPathMap.h
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-08-02 04:28:07 +00:00
Julia Kartseva
db13ba2c48 style fix 2024-08-02 04:28:07 +00:00
Julia Kartseva
d4c13714ab address feedback: TSA_GUARDED_BY 2024-08-02 04:28:07 +00:00
Julia Kartseva
3f066018fb style and doc 2024-08-02 04:28:07 +00:00
Julia Kartseva
c0e6780dfe rename PathComparator.h -> InMemoryPathMap.h 2024-08-02 04:28:07 +00:00
Julia Kartseva
82f5aceb48 introduce flat structure 2024-08-02 04:28:07 +00:00
Julia Kartseva
0e78ed6b58 simplify listDirectory 2024-08-02 04:28:07 +00:00
Julia Kartseva
aa290b6398 use a designated mutex for path_map 2024-08-02 04:28:07 +00:00
Julia Kartseva
97519ae800 in-memory map path comparator 2024-08-02 04:28:07 +00:00
Julia Kartseva
ecca720f9e minor 2024-08-02 04:28:07 +00:00
Julia Kartseva
27392fee6e Minor refactor 2024-08-02 04:28:07 +00:00
Julia Kartseva
98ad45ba96 Add prefix_path parameter to object key generator 2024-08-02 04:28:07 +00:00
Julia Kartseva
d6da86dad2 Store plain_rewritable metadata in a separate layout 2024-08-02 04:28:07 +00:00
Julia Kartseva
572831f865 async_insert_race_long flakiness fixes
1. Make the test truly asynchronous.
The setting `--async_insert_max_data_size 1` leads to data
being flushed synchronously for all inserts in this test.
This triggers part creation and extra resource consumption.

2. Do not run the `--wait_for_async_insert` query as a background process
with a fixed (50ms) sleep time.
If the actual execution time is longer than the anticipated delay
time, it may lead to excessive process creation.
2024-08-02 01:02:07 +00:00
Nikita Mikhaylov
183a3521de
Merge pull request #67537 from ClickHouse/test-drop-tables
Log message and increased concurrency for table removal
2024-08-01 22:42:48 +00:00
Alexey Katsman
a596f0b6d1
Merge pull request #67506 from alexkats/fix-mask
[Green CI] Fix potentially flaky test_mask_sensitive_info integration test
2024-08-01 20:55:56 +00:00
Julia Kartseva
b5c5ea612a
Merge pull request #67492 from jkartseva/try_fix_01923_network_receive_time_metric_insert
Disable parallel run for `01923_network_receive_time_metric_insert.sh`
2024-08-01 20:25:04 +00:00
Max K
e034558f74 add automerge prs step 2024-08-01 21:18:14 +02:00
Max K
30e0c1a1b8 try less mem for geesefs 2024-08-01 20:07:53 +02:00
Alexander Gololobov
b217506931
Merge pull request #66843 from ClickHouse/fix_getddlworker_deadlock
Fix deadlock in Context::getDDLWorker()
2024-08-01 17:35:43 +00:00
Julia Kartseva
4709222dd1 print debug info if the test fails 2024-08-01 17:27:41 +00:00
Julia Kartseva
1e8d0d4a5e disable parallel run for network_receive_time_metric_insert
If run in parallel, several tests may affect the
value of the `NetworkReceiveElapsedMicroseconds` profile event.
This may contribute to test flakiness.
2024-08-01 17:20:44 +00:00
Antonio Andelic
1d8e886d7b
Merge pull request #67448 from ClickHouse/keeper-map-retries
Add Keeper retries in `KeeperMap`
2024-08-01 17:19:19 +00:00
Antonio Andelic
bf98336819
Merge pull request #67595 from ClickHouse/update-minio
Update minio in integration tests
2024-08-01 16:19:28 +00:00
Nikolai Kochetov
dab5eb9c24 Fix INTERPOLATE by constant. Fix other tests. 2024-08-01 16:16:34 +00:00
Alexey Milovidov
fc12ce725b
Merge pull request #66111 from ClickHouse/buffer-flush
Fix flaky `02814_currentDatabase_for_table_functions`
2024-08-01 16:13:32 +00:00
Max K
a6d0b7afbb recovery option 2024-08-01 18:07:13 +02:00
Max K
4802ea540a improve ci_utils' Shell 2024-08-01 18:07:13 +02:00
Max K
8214910cc7 add geesfs 2024-08-01 18:07:13 +02:00
Max K
c534cd5bc2 changelog.py to retrieve best token
s3fs fix

changelog.py to use base branch to filter prs
2024-08-01 18:07:11 +02:00
Max K
9362d1a566 CI: Create release workflow dry run fix
fix
2024-08-01 18:06:54 +02:00
Nikita Taranov
53cbb48110
Try fix 03143_asof_join_ddb_long 2024-08-01 18:06:05 +02:00
Nikita Mikhaylov
58998d7069
Merge pull request #67613 from ClickHouse/tylerhannan-patch-1
Update README.md
2024-08-01 15:10:08 +00:00
Raúl Marín
ced6cb9dbc Merge remote-tracking branch 'blessed/master' into new_settings 2024-08-01 16:58:05 +02:00
Raúl Marín
582bcfdc03 Add no-parallel back to 01107_atomic_db_detach_attach 2024-08-01 16:57:41 +02:00
Tyler Hannan
048fbacc40
Update README.md 2024-08-01 16:48:19 +02:00
Nikita Mikhaylov
ee22e695cb
Merge pull request #67581 from ClickHouse/thomoco-patch-3
Update settings.md
2024-08-01 14:19:01 +00:00
Alex Katsman
0913f0189b Don't count a search query as a search pattern match 2024-08-01 14:08:50 +00:00
Alexander Tokmakov
c0bd2120c8
Merge pull request #66519 from XuJia0210/feature_disable_insertion_and_mutation
Feature disable insertion and mutation
2024-08-01 13:35:25 +00:00
Nikita Mikhaylov
765d02807e
Merge pull request #67607 from ClickHouse/alexey-milovidov-patch-8
Update CHANGELOG.md
2024-08-01 13:26:31 +00:00
Raúl Marín
bb7039eeec Make 01107_atomic_db_detach_attach parallelizable 2024-08-01 15:17:00 +02:00
Raúl Marín
56e48cf43b Make 01676_range_hashed_dictionary parallelizable 2024-08-01 15:09:56 +02:00
Raúl Marín
7b72362e99 01493_alter_remove_properties_zookeeper is already parallelizable 2024-08-01 15:06:27 +02:00
Raúl Marín
48c6e36dfd Make 01062_window_view_event_hop_watch_asc parallelizable 2024-08-01 15:03:41 +02:00
Alexey Milovidov
70228acd7e
Update CHANGELOG.md 2024-08-01 15:02:29 +02:00
Vitaly Baranov
67f85fb43b
Merge pull request #67494 from vitlibar/fix-test_mutation
Fix test test_backup_restore_on_cluster/test.py::test_mutation
2024-08-01 12:49:47 +00:00
Nikita Taranov
008408c81f impl 2024-08-01 13:47:34 +01:00
Raúl Marín
bcc75d3681 Make 02477_analyzer_function_hints.sh parallelizable 2024-08-01 14:38:41 +02:00
Raúl Marín
029deaeee8 Fix 02910_bad_logs_level_in_local in fast tests! 2024-08-01 14:15:36 +02:00