Julia Kartseva
4c78531c9c
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
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
shiyer7474
0772ed7f6a
Code style feedback incorporated
2024-08-02 04:02:43 +00:00
李扬
f0b2aa195c
Merge branch 'ClickHouse:master' into fix_map_from_arrays
2024-08-02 10:45:46 +08: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
Alexey Milovidov
69bd306a44
Fix race condition in system.processes and Settings
2024-08-02 00:48:25 +02: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 Milovidov
eac2c9fc3d
Minor change
2024-08-01 23:57:24 +02: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
sakulali
fc72742e37
ping CI
2024-08-02 02:00:20 +08: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
kssenii
d683fb05a0
Fix
2024-08-01 19:07:52 +02: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
Alexey Milovidov
d4073df117
Merge branch 'fix-json-recursion' of github.com:ClickHouse/ClickHouse into fix-json-recursion
2024-08-01 18:19:03 +02:00
Alexey Milovidov
9903f760ad
Merge branch 'analyzer-fix-replace-with-dummy-table' of github.com:ClickHouse/ClickHouse into fix-json-recursion
2024-08-01 18:18:46 +02:00
Alexey Milovidov
df5e71636d
Merge branch 'master' into fix-json-recursion
2024-08-01 18:18:30 +02: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
Dmitry Novik
0fccd78e7c
Merge remote-tracking branch 'origin/master' into analyzer-fix-replace-with-dummy-table
2024-08-01 18:06:47 +02:00
Nikita Taranov
53cbb48110
Try fix 03143_asof_join_ddb_long
2024-08-01 18:06:05 +02:00
Alexey Milovidov
3603252f03
Merge branch 'master' into enable-text-log
2024-08-01 17:34:21 +02:00
Alexey Milovidov
78b705477c
Merge branch 'master' into miscellaneous-2
2024-08-01 17:18:35 +02:00
vdimir
dafddd9def
Merge branch 'master' into vdimir/join_on_tuple_comparison_elimination_bug
2024-08-01 17:15:27 +02:00
Alexey Milovidov
0978441a02
Minor change
2024-08-01 17:14:49 +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