unashi
b15141f1b1
[feature fix] 1. replace can't work between different disks; 2. Add freezeRemote for attach partition
2024-04-28 17:34:26 +08:00
unashi
adc964568c
[update] Merge the on same disk and on another disk scenarios into cloneAndLoadDataPart; remove the try catch; instead of obtaining the copied destination hard disk through traversal, the destination hard disk is obtained through reservation.
2024-03-21 15:44:27 +08:00
unashi
28bebe40a8
[debug] change the submodule back to version which is similar to master
2024-03-13 15:17:35 +08:00
unashi
cea5d460f8
[debug] replace 2 submodule to new version(whose version can't be found in test)
2024-03-13 15:06:28 +08:00
unashi
da06ba432e
[fix] merge and resolve problems
2024-03-13 12:09:35 +08:00
unashi
c78224c2ff
Merge branch 'master' into feat-59377
2024-03-13 11:24:00 +08:00
Alexey Milovidov
937fe5dcdb
Merge pull request #61269 from Algunenano/show_database
...
Fix bugs in show database
2024-03-13 06:07:45 +03:00
Sergei Trifonov
828cd7adab
Merge pull request #61215 from pmusa/patch-2
...
Clarify sentence about clusterAllReplicas
2024-03-12 22:48:57 +01:00
Raúl Marín
15484bedad
Fix clone for ASTQueryWithTableAndOutputImpl derived classes
2024-03-12 21:03:26 +01:00
Raúl Marín
ec80cc475e
Fix formatting of overlay database
2024-03-12 19:58:23 +01:00
Mikhail f. Shiryaev
ad363fe254
Merge pull request #61231 from ClickHouse/style-quick-scale
...
Make every style-checker runner types scaling-out very quickly
2024-03-12 18:19:03 +01:00
robot-ch-test-poll
14e560a191
Merge pull request #61252 from peter279k/fix_import_gpg_key
...
Using straightforward approach to import GPG key
2024-03-12 17:36:06 +01:00
Mikhail f. Shiryaev
2fbc113021
Adjust the packages in installation docs
2024-03-12 17:00:44 +01:00
Peter
5576c17051
Using straightforward approach to import GPG key
2024-03-12 22:57:06 +08:00
Nikita Mikhaylov
19b1a675a1
Merge pull request #61173 from Avogar/avoid-logical-error-in-json
...
Avoid some logical errors in experimantal Object type
2024-03-12 15:14:32 +01:00
Mikhail f. Shiryaev
50aab0b69f
Fix annoying typo
2024-03-12 14:06:17 +01:00
Max K
46e9880fcc
Merge pull request #61214 from ClickHouse/ci_fix_perf_test_arm_runner
...
CI: fix runner for arm perf tests
2024-03-12 14:05:54 +01:00
Mikhail f. Shiryaev
612ff3c5bc
Make every style-checker runner types scaling-out very quickly
2024-03-12 13:00:31 +01:00
Raúl Marín
a65ac96b04
Merge pull request #61147 from azat/ci/fix-symbolizer
...
Fix llvm symbolizer on CI
2024-03-12 12:01:43 +01:00
Kseniia Sumarokova
6425610d4c
Merge pull request #61174 from ClickHouse/kssenii-patch-9
...
Update ReadSettings.h
2024-03-12 12:00:05 +01:00
Kseniia Sumarokova
49fb94d34b
Merge branch 'master' into kssenii-patch-9
2024-03-12 11:49:02 +01:00
alesapin
40a992e1db
Merge pull request #61132 from ClickHouse/more_memory_checks
...
Throw memory limit exceptions to avoid OOM in some places
2024-03-12 11:48:15 +01:00
alesapin
ed22c4c86e
Merge pull request #61136 from azat/tests/fix-test_distributed_directory_monitor_split_batch_on_failure
...
Fix test_distributed_directory_monitor_split_batch_on_failure flakienss
2024-03-12 11:39:04 +01:00
Han Fei
74bdd2a17d
Merge pull request #61183 from hanfei1991/hanfei/fix_02949_ttl_group_by_bug
...
fix flaky 02949_ttl_group_by_bug
2024-03-12 11:19:01 +01:00
vdimir
439fe42f88
Merge pull request #61013 from ClickHouse/vdimir/fix_astrename_clone
...
Fix ASTRenameQuery::clone
2024-03-12 11:13:28 +01:00
Pablo Musa
f6abe68b60
Clarify sentence about clusterAllReplicas
...
The explanation about `clusterAllReplicas` is not clear. This change tries to simplify the sentence and clarify the explanation.
2024-03-12 10:52:22 +01:00
Max Kainov
fb1e5923a3
CI: fix runner for arm perf tests
...
#do_not_test
2024-03-12 09:12:25 +00:00
unashi
c1b94b2170
[debug] fast test again again
2024-03-12 15:33:43 +08:00
unashi
10c7ea7a29
[debug] fast test again
2024-03-12 14:32:07 +08:00
Alexey Milovidov
bdc884dfa5
Merge pull request #60255 from ClickHouse/dont-load-useless-index-parts-in-memory
...
Do not load useless columns from the index in memory
2024-03-12 08:30:53 +03:00
Alexey Milovidov
bd4f948f12
Merge pull request #61058 from ClickHouse/rip-copier
...
Delete `clickhouse-copier`
2024-03-12 07:15:48 +03:00
unashi
2ae184f298
Merge branch 'feat-59377' of https://github.com/Unalian/ClickHouse into feat-59377
2024-03-12 12:12:05 +08:00
unashi
29fce4143d
[fix] log level from fatal->error when hardlink and copy both fail
2024-03-12 12:07:24 +08:00
Alexey Milovidov
c3a839d595
Merge pull request #61127 from ClickHouse/remove-in-memory-data-parts-2
...
Remove in-memory data parts, part 3.
2024-03-12 07:07:07 +03:00
Han Fei
037f4cf5a6
Merge pull request #60262 from Aed-p/fix_LRUResource_cache_bug
...
fix LRUResource Cache bug (Hive cache)
2024-03-11 21:16:07 +01:00
Kruglov Pavel
d20389b7f7
Merge pull request #61200 from ClickHouse/revert-60430-max-parallel-replicas-validate
...
Revert "Don't allow to set max_parallel_replicas to 0 as it doesn't make sense"
2024-03-11 21:13:19 +01:00
Kruglov Pavel
a90a6e9a27
Revert "Don't allow to set max_parallel_replicas to 0 as it doesn't make sense"
2024-03-11 21:05:44 +01:00
Azat Khuzhin
5a400c181b
Fix llvm symbolizer on CI
...
In #61011 the whole toolchain installation had been removed from the
base image to reduce image sizes, and this is a good thing indeed.
However it also breaks the symbolizer for sanitizers, which makes
stacktraces unreadable, so let's fix this by getting back llvm package,
this should be OK, since it's size is not gigabytes, but only 48MiB (at
least for llvm-14):
# dpkg -L llvm-14| xargs file | grep -v directory | cut -d: -f1 | xargs du -sch | grep total
48M total
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-11 20:36:15 +01:00
Nikita Mikhaylov
904a2c313c
Merge branch 'master' of github.com:ClickHouse/ClickHouse into rip-copier
2024-03-11 20:08:26 +01:00
Max K
d03a4fa637
Merge pull request #61185 from ClickHouse/ci_hot_style_fix
...
CI: ci.py hot style fix
2024-03-11 19:57:27 +01:00
Max Kainov
b7b83085d1
CI: ci.py hot style fix
...
#do_not_test
2024-03-11 18:49:45 +00:00
Han Fei
fd68fed047
fix flaky 02949_ttl_group_by_bug
2024-03-11 19:21:35 +01:00
Nikita Mikhaylov
fcf8a3821d
Merge branch 'master' of github.com:ClickHouse/ClickHouse into rip-copier
2024-03-11 19:12:49 +01:00
Max K
7676d71c5d
Merge pull request #59738 from ClickHouse/ci_arm_integration_fix_1
...
CI: support batch specification in commit message
2024-03-11 19:01:03 +01:00
Max K
90a5143b8d
Merge pull request #61172 from ClickHouse/ci_fix_sync_issue_with_builds
...
CI: fix sync build issue with reuse
2024-03-11 18:52:57 +01:00
Kseniia Sumarokova
4b94bcd54e
Update ReadSettings.h
2024-03-11 18:41:17 +01:00
Kseniia Sumarokova
cb3cb8ec52
Merge pull request #60308 from ClickHouse/add-a-way-to-force-read-through-filesystem-cache-for-merges
...
Add a setting to force read-through cache for merges
2024-03-11 18:40:11 +01:00
Max Kainov
f973e405ee
CI: fixing ARM integration tests
...
#do_not_test
2024-03-11 17:20:36 +00:00
Max Kainov
f656a01538
CI: fix sync build issue with reuse
...
#do_not_test
2024-03-11 17:15:23 +00:00
Nikolai Kochetov
8cfe0e4df7
Merge pull request #61104 from ClickHouse/use-global-scalars-cache-analyzer
...
Use global scalars cache with analyzer
2024-03-11 18:11:10 +01:00