Commit Graph

142664 Commits

Author SHA1 Message Date
Azat Khuzhin
85998672f0 tests: attempt to fix 02340_parts_refcnt_mergetree flakiness
I'm not sure that this was the case, but I don't see any other reasons
for now.

I've also looked at the logs and trace_log, and did not noticed anything
interesting.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-20 17:41:48 +02:00
Alexey Milovidov
d5c52e08df Merge branch 'master' into retries-in-submodules 2024-05-20 17:32:00 +02:00
Alexey Milovidov
f9a5102fd4
Merge pull request #64127 from ClickHouse/fix-ubsan-1
Fix UBSan error in negative positional arguments
2024-05-20 17:31:29 +02:00
Alexey Milovidov
c83f1933a3
Merge pull request #64130 from ClickHouse/more-instrumentation-index
More instrumentation around index
2024-05-20 17:26:57 +02:00
Alexey Milovidov
a5ae7c2b6e
Merge pull request #63942 from azat/client-pretty-format-tty-only
Disable pretty format restrictions when stdout is not TTY
2024-05-20 17:23:07 +02:00
Alexey Milovidov
cb912a656e Losen build resource limits for unusual architectures 2024-05-20 17:07:35 +02:00
Maciej Bak
fb619bac2f Fix backup all documentation 2024-05-20 16:35:06 +02:00
Max Kainov
c4f47b9071 set greem mergeable status in upstream pr from finish check in sync 2024-05-20 14:09:17 +00:00
jsc0218
41dec5e4f5
Merge pull request #63487 from korowa/fix-used-dictionaries-logging
fix: empty used_dictionaries in system.query_log
2024-05-20 13:29:25 +00:00
Robert Schulze
f22a39ffca
Merge remote-tracking branch 'rschu1ze/master' into fix-tidy 2024-05-20 13:16:23 +00:00
Robert Schulze
6f56642567
Incorporate review feedback 2024-05-20 13:14:37 +00:00
Robert Schulze
a2f2003445
Merge remote-tracking branch 'rschu1ze/master' into catch-cgroup-exception 2024-05-20 13:02:36 +00:00
Robert Schulze
70637b2ecf
Merge remote-tracking branch 'rschu1ze/master' into move-isallascii 2024-05-20 13:01:53 +00:00
Kruglov Pavel
ac54e754fe
Merge branch 'master' into dynamic-data-type 2024-05-20 13:49:14 +02:00
Antonio Andelic
d32c059e7f Move changes from private 2024-05-20 13:48:14 +02:00
Alexey Milovidov
deb5b47829
Merge pull request #64098 from ClickHouse/speed-up-index-set-a-little
Speed up Set index a little
2024-05-20 10:41:21 +00:00
Alexey Milovidov
7d3a601ecc
Update docs/en/operations/storing-data.md 2024-05-20 13:39:07 +03:00
Alexey Milovidov
e959ba9578
Update docs/en/operations/storing-data.md
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-05-20 13:38:19 +03:00
kssenii
4609a330de Update settings changes history 2024-05-20 12:37:07 +02:00
kssenii
ba325b6250 Merge remote-tracking branch 'origin/master' into fix-azure-multipart-upload-in-backup 2024-05-20 12:34:04 +02:00
Raúl Marín
bf9e335508 Merge remote-tracking branch 'blessed/master' into missing_recover_replica_settings 2024-05-20 10:28:09 +00:00
Kseniia Sumarokova
42c984df64
Merge pull request #63475 from tomershafir/disks-io-iouring-refactor-get-from-context
io_uring: refactor get reader from context
2024-05-20 10:17:32 +00:00
alesapin
4ca2c0fcd8
Merge pull request #64116 from ClickHouse/fix_azure_native_copy
Properly support native copy for azure
2024-05-20 10:04:16 +00:00
alesapin
23e87ef80e Review fix 2024-05-20 11:56:44 +02:00
alesapin
6a7a09a1f9
Update src/Backups/BackupIO_AzureBlobStorage.cpp
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-05-20 11:55:50 +02:00
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
copperybean
ad5f6f27df fix reader type, update comment
Change-Id: Iefec91bca223eedaabe302b7891808c6d94eed9d
2024-05-20 16:46:19 +08: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