alesapin
314752e044
Update src/Backups/BackupIO_AzureBlobStorage.cpp
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-05-20 11:55:44 +02:00
Alexey Milovidov
925ed89195
More instrumentation around index
2024-05-20 10:31:32 +02:00
Azat Khuzhin
434816820d
Fix upgrade settings changes check
...
settings changes check simply checks that the settings are either the
same, or there is a record in system.settings_changes, however, the
problem is that clickhouse-local now adjusts some settings for Pretty
format in case of stdout is not a tty, and this is the case for this
check.
So to avoid this, just run the clickhouse-local under script(1) to fool
it.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-20 10:19:11 +02:00
Azat Khuzhin
1525ca4cf0
Disable pretty format restrictions when stdout is not TTY
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-20 10:19:11 +02:00
Antonio Andelic
95d680e204
Remove useless test
2024-05-20 10:11:09 +02:00
Antonio Andelic
f33a90341d
Merge branch 'master' into fix-number-source
2024-05-20 10:10:52 +02:00
Alexey Milovidov
1042acc124
Merge branch 'master' into retries-in-submodules
2024-05-20 09:48:11 +02:00
Alexey Milovidov
f7c9fa696f
Fix UBSan error in negative positional arguments
2024-05-20 09:45:23 +02:00
Antonio Andelic
3d76de3fec
Merge pull request #63816 from ClickHouse/fix-race-log-entry-data
...
Fix race in `ReplicatedMergeTreeLogEntryData`
2024-05-20 07:31:43 +00:00
Alexey Milovidov
dae050d2d4
Merge pull request #64023 from azat/build/freebsd-bcrypt-fix
...
Fix libbcrypt for FreeBSD build
2024-05-20 09:51:39 +02:00
Alexey Milovidov
ea303e0d63
HDFS is unsupported
2024-05-20 09:54:20 +03:00
Alexey Milovidov
28ded4a471
Merge pull request #63632 from azat/global-query-profiler-followup
...
Ignore global profiler if system.trace_log is not enabled and fix really disable it for keeper standalone build
2024-05-20 08:42:25 +02:00
Alexey Milovidov
7bce45f2a0
Merge pull request #64084 from ClickHouse/pretty-print-number-nullable-low-cardinality
...
Print number tips in case of LowCardinality and Nullable
2024-05-20 08:41:05 +02:00
Alexey Milovidov
db491fb847
Merge branch 'master' into retries-in-submodules
2024-05-20 08:38:43 +02:00
Alexey Milovidov
dcf410a916
Merge branch 'master' into speed-up-index-set-a-little
2024-05-20 08:38:08 +02:00
Alexey Milovidov
9fefece70b
Fix tidy
2024-05-20 08:37:48 +02:00
Alexey Milovidov
1e7eca66ec
Merge branch 'master' into speed-up-index-set-a-little
2024-05-20 06:14:02 +02:00
Alexey Milovidov
63f31d3c1e
Add retries in git submodule update
2024-05-20 06:13:06 +02:00
Alexey Milovidov
6c51b771c5
Merge pull request #60883 from ClickHouse/uuid
...
Fix race in refreshable materialized views causing SELECT to fail sometimes
2024-05-20 06:02:46 +02:00
Alexey Milovidov
341c758002
Merge branch 'master' into speed-up-index-set-a-little
2024-05-20 05:16:45 +02:00
Alexey Milovidov
27e7086be2
Merge branch 'master' into libunwind-fix-crash
2024-05-20 05:15:52 +02:00
Alexey Milovidov
ce4158f496
Merge pull request #64082 from ClickHouse/prevent-stack-overflow-ci
...
Prevent stack overflow in Fuzzer and Stress test
2024-05-20 05:14:59 +02:00
Alexey Milovidov
64645e4010
Merge branch 'master' into pretty-print-number-nullable-low-cardinality
2024-05-20 05:14:29 +02:00
Alexey Milovidov
e9e4e5b2d2
Merge pull request #64081 from ClickHouse/change-log-level
...
This log message is better in Trace
2024-05-20 05:12:47 +02:00
Alexey Milovidov
921e44a616
Merge pull request #64051 from azat/build/freebsd-fix
...
Fix searching for libclang_rt.builtins.*.a on FreeBSD
2024-05-20 05:11:25 +02:00
Alexey Milovidov
039b385e73
Merge pull request #64058 from azat/fix-unwind-on-aarch64
...
Fix unwind on SIGSEGV on aarch64 (due to small stack for signal)
2024-05-20 05:10:55 +02:00
Alexey Milovidov
a00868a116
Merge pull request #64089 from azat/tests/03036_reading_s3_archives
...
tests: fix expected error for 03036_reading_s3_archives (fixes CI)
2024-05-20 05:07:23 +02:00
Alexey Milovidov
7921b74fd9
Merge pull request #64080 from yohannj/h3PointDistErrorMsg
...
harmonize h3PointDist* error messages
2024-05-20 05:06:08 +02:00
Alexey Milovidov
543e9cc05a
Merge branch 'master' into speed-up-index-set-a-little
2024-05-20 03:10:21 +02:00
Alexey Milovidov
53545b5304
Merge pull request #64090 from azat/fix-sanitizers
...
Fix sanitizers
2024-05-20 03:03:07 +02:00
kssenii
357ec69677
Fix style check
2024-05-19 23:33:24 +02:00
alesapin
56d25c74b1
Merge remote-tracking branch 'azat/fix-sanitizers' into fix_azure_native_copy
2024-05-19 23:28:03 +02:00
Robert Schulze
08091006aa
Ignore exception when checking for cgroupsv2
2024-05-19 20:38:23 +00:00
Azat Khuzhin
64a308013f
Tune mmap_rnd_bits to workaround sanitizers issues
...
v1: vm.mmap_rnd_bits=28
v2: rebase with clang 18.1.6 + kernel.randomize_va_space=0
v3: leave only vm.mmap_rnd_bits=28 + use pre-run.sh (hope that it will
be used), that way docker will not require --privileged and by some
reason this breaks ASAN (though I cannot reproduce it)
v4: use actions/common_setup over init_runner.sh (it requires some
manual deploy)
2024-05-19 22:37:16 +02:00
kssenii
ea774b673a
Better test
2024-05-19 22:25:56 +02:00
kssenii
c2a613e94d
Better
2024-05-19 22:08:36 +02:00
kssenii
93b11c57a0
Fix azure backup uploaded block size
2024-05-19 21:14:06 +02:00
alesapin
2765fd951c
Properly support native copy for azure
2024-05-19 21:02:12 +02:00
Robert Schulze
56e8027883
Improve comment
2024-05-19 17:53:06 +00:00
Robert Schulze
4a8e663b1a
Fix clang-tidy after clang-18 transition
2024-05-19 17:34:55 +00:00
Robert Schulze
83572b7f05
Trigger build
2024-05-19 17:23:52 +00:00
Max K
5698ef698d
check overall wf status in mergeable check
2024-05-19 18:02:15 +02:00
Yohann Jardin
524f289f47
empty commit
2024-05-19 17:20:22 +02:00
Alexey Milovidov
a28309689f
Update MergeTreeIndexSet.h
2024-05-19 16:13:58 +03:00
Alexey Milovidov
11af3fd54f
Update MergeTreeIndexSet.cpp
2024-05-19 16:13:41 +03:00
Alexey Milovidov
e18fa68f3d
Update MergeTreeIndexSet.cpp
2024-05-19 15:00:14 +03:00
Alexey Milovidov
31f0b2f741
Update MergeTreeIndexSet.cpp
2024-05-19 14:52:51 +03:00
Alexey Milovidov
332ec7c51f
Update MergeTreeIndexSet.cpp
2024-05-19 14:28:04 +03:00
Robert Schulze
17ce449076
Move isAllASCII from UTF8Helpers to StringUtils
2024-05-19 09:39:48 +00:00
Robert Schulze
2909e6451b
Move StringUtils.h/cpp back to Common/
2024-05-19 09:39:36 +00:00