Commit Graph

141455 Commits

Author SHA1 Message Date
Julia Kartseva
dd7e88b37e fix infinite loop in AzureObjectStorage::listObjects
While the exit condition is correct for `AzureIteratorAsync`,
listObject may never exit.
This is because BlobContainerClient::LstBlobs sets a page, thus
making a sequential HasPage() condition true.

This issue reproduces when passing an empty path.
Tested with the following integration test:
https://pastila.nl/?01691b54/9ceaf103c91ab9e38ea3541abfcd1ae6#hUtrrz5sFHcBSHCLS9AlVA==
(will be added when plain_rewritable is enabled for all disk types).
2024-05-03 01:56:23 +00:00
wangtao.2077
c4062de047 fix as comment 2024-05-03 03:52:17 +02:00
wangtao.2077
347c24e6f3 add tests 2024-05-03 03:52:17 +02:00
wangtao.2077
249afa7b29 fix boundRatio incorrect merge 2024-05-03 03:52:17 +02:00
Alexey Milovidov
a17618851e Merge branch 'master' into total-rows-in-system-zeros-generate-random 2024-05-03 03:40:53 +02:00
Alexey Milovidov
b5f454fb46 Less directories 2024-05-03 03:30:28 +02:00
Alexey Milovidov
aea3090074 Less directories 2024-05-03 03:24:03 +02:00
Alexey Milovidov
ecf524175a Less directories 2024-05-03 03:20:11 +02:00
Alexey Milovidov
ed1bbd0bd0 Merge branch 'master' into local-less-directories 2024-05-03 02:35:44 +02:00
Alexey Milovidov
dd988c28cd
Merge pull request #62466 from ClickHouse/ubsan-clang-19
Support UBSan on Clang-19 (master)
2024-05-03 02:31:19 +02:00
Alexey Milovidov
fdf62495eb Fix a test 2024-05-03 02:28:21 +02:00
Alexey Milovidov
6f21c34b5f Merge branch 'master' into tacit 2024-05-03 02:22:01 +02:00
pufit
426f5a0434 Use INVOKER as a default for old MV 2024-05-02 18:56:54 -04:00
Xiaofei Hu
e8a156a391 remove whitespace 2024-05-02 14:45:24 -07:00
Raúl Marín
a30d923672
Update cherry_pick.py 2024-05-02 21:42:49 +02:00
p1rattttt
ddd8fd57dc
Merge branch 'ClickHouse:master' into cross_join_compression 2024-05-02 22:25:00 +03:00
Nikita Taranov
54cd5487bf impl 2024-05-02 20:20:54 +01:00
Igor Nikonov
376c54c7f9 Merge remote-tracking branch 'origin/master' into pr-receive-timeout-on-handshake 2024-05-02 19:15:14 +00:00
Alexey Milovidov
f6c19d5f74
Merge pull request #63297 from ClickHouse/revert-63047-do-not-remove-group-by-constants-for-secondary-query
Revert "Do not remove server constants from GROUP BY key for secondary query."
2024-05-02 21:10:14 +02:00
Alexey Milovidov
2ca0251de4
Revert "Do not remove server constants from GROUP BY key for secondary query." 2024-05-02 21:09:53 +02:00
Alexander Gololobov
65a47801f1
Merge pull request #63274 from ClickHouse/fix_remote_data_path_fs_err
More checks for concurrently deleted files and dirs in system.remote_data_paths
2024-05-02 19:08:35 +00:00
p1rattttt
20194542dc
Merge branch 'ClickHouse:master' into cross_join_compression 2024-05-02 22:01:32 +03:00
Alexey Milovidov
3fc4c2a12a
Merge pull request #63285 from ClickHouse/auto/v23.8.14.6-lts
Update version_date.tsv and changelogs after v23.8.14.6-lts
2024-05-02 20:51:54 +02:00
Nikita Taranov
a7935021f7 impl 2024-05-02 19:45:39 +01:00
Alexey Milovidov
9470095e65 Merge branch 'master' into ubsan-clang-19 2024-05-02 20:19:36 +02:00
Smita Kulkarni
752c31722a Fix typo 2024-05-02 20:10:37 +02:00
robot-clickhouse
bb26856dd4 Update version_date.tsv and changelogs after v23.8.14.6-lts 2024-05-02 18:07:48 +00:00
Smita Kulkarni
5cc9a77a89 Remove delete_all_files to fix flaky test 2024-05-02 20:07:43 +02:00
Raúl Marín
9896c3782b
Merge pull request #63131 from Algunenano/untuple_crash
Fix crash with untuple and unresolved lambda
2024-05-02 17:52:30 +00:00
Nikita Taranov
1e824293fb
Merge branch 'master' into deprecate_errorprone_functions 2024-05-02 19:41:48 +02:00
kssenii
e412d161a6 More logging 2024-05-02 19:26:02 +02:00
Raúl Marín
713467e812 Fix dev 2024-05-02 17:20:58 +00:00
Raúl Marín
988153aad0
Merge pull request #63278 from Algunenano/fix_history
Fix SettingsChangesHistory.h for allow_experimental_join_condition
2024-05-02 17:19:08 +00:00
Raúl Marín
245fac10aa Change must-create-backport-label to support a list
python3 cherry_pick.py --repo ClickHouse/clickhouse-private  --from-repo ClickHouse/ClickHouse --must-create-backport-label pr-must-backport-cloud pr-must-backport --backport-created-label pr-backports-created-cloud
2024-05-02 17:10:56 +00:00
Raúl Marín
7baac14e38 Create cloud backports for all pr-must-backport PRs
Even if pr-must-backport-cloud is not declared
2024-05-02 16:32:04 +00:00
Raúl Marín
e013b99709 Always try to backport to the cloud (v24.3-must-backport) 2024-05-02 16:21:26 +00:00
Robert Schulze
8acfaac829
Merge pull request #62359 from zhongyuankai/optimize_drop_tables
Improve code and tests of `DROP` of multiple tables
2024-05-02 16:07:32 +00:00
Robert Schulze
66810e17c4
Merge remote-tracking branch 'ClickHouse/master' into optimize_drop_tables 2024-05-02 16:01:38 +00:00
Maksim Kita
5f68eb847c Added tests 2024-05-02 18:40:31 +03:00
Raúl Marín
55e57421fb Fix SettingsChangesHistory.h for allow_experimental_join_condition 2024-05-02 17:22:10 +02:00
Kseniia Sumarokova
33a0e8035f
Merge pull request #61250 from ClickHouse/less-contentaion-in-cache-part4
Less contention in cache, part 4
2024-05-02 15:18:16 +00:00
Mikhail f. Shiryaev
fb9b2be2f9
Leftover to fix after #62114 2024-05-02 17:00:48 +02:00
Mikhail f. Shiryaev
f685eea7c5
Get rid of fallbacks, all is too far away in 2022 2024-05-02 16:59:19 +02:00
vdimir
a838fb778b
Merge pull request #59163 from canhld94/rocksdb_bypass_memtable
Introduce bulk loading to StorageEmbeddedRocksDB
2024-05-02 14:49:03 +00:00
Robert Schulze
d9f2144788
Merge pull request #63275 from rschu1ze/docs-uuid-workaround
Docs: Add workaround for UUID sorting
2024-05-02 14:32:08 +00:00
Robert Schulze
3bb9f962be
Merge pull request #63267 from rschu1ze/docs-install
Docs: Update install instructions
2024-05-02 14:00:31 +00:00
Konstantin Bogdanov
5a11d91053
Merge pull request #63258 from ClickHouse/fix-grant-links
Fix links in docs
2024-05-02 13:51:27 +00:00
Robert Schulze
8f7ccdffcb
Docs: Add workaround for UUID sorting 2024-05-02 13:49:25 +00:00
Shaun Struwig
0bb62aaaa1
Merge branch 'ClickHouse:master' into 59020_computeWidth_skip_ANSI 2024-05-02 15:33:44 +02:00
pufit
be02a16599 better 2024-05-02 09:30:46 -04:00