Commit Graph

98842 Commits

Author SHA1 Message Date
Robert Schulze
6379cb41ce
Merge branch 'master' into fix-links 2022-09-29 09:17:39 +02:00
Alexey Milovidov
91b70b4120
Merge pull request #41897 from ClickHouse/require-ldapr-in-download-script
Make LDAPR a prerequisite for downloading the ARMv8.2 build
2022-09-29 02:58:33 +03:00
Antonio Andelic
5c3924af58
Merge pull request #41845 from ClickHouse/test-jepsen
Fix Jepsen
2022-09-28 23:24:52 +02:00
Antonio Andelic
abc6f0c5de
Merge branch 'master' into test-jepsen 2022-09-28 23:18:44 +02:00
Mikhail f. Shiryaev
79bb44ad80
Merge pull request #41857 from ClickHouse/integration-cgroups
Fix cgroups for recent systemd
2022-09-28 18:48:26 +02:00
Yakov Olkhovskiy
028af59702
Update tests/integration/test_recovery_replica/test.py
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
2022-09-28 12:33:38 -04:00
Jiebin Sun
2288970d3e FunctionsComparison: optimize the comparison with empty string
Add the fast path in string_vector_constant if the string constant
is empty string. If the string size a_size and the string constant
size b_size are both 0, they are equal and both empty string. And
there is no need to call memequalSmallAllowOverflow15() for string
comparison.

We have tested the patch on ICX 8380 x 2 server with ClickBench.

Query 5, 10, 12, 13, 14, 15, 18, 20, 21, 22, 24, 25, 26, 27, 29, 34
of Clickbench have gained 2%-6% improvement. The overall geomean has
gained 1% improvement.
2022-09-28 23:48:34 +08:00
alesapin
905d4585ac
Merge branch 'master' into make_copy_instead_of_hardlink 2022-09-28 16:47:45 +02:00
Alexander Tokmakov
916f99d344 fix 2022-09-28 16:26:58 +02:00
Yakov Olkhovskiy
b5768be1ca
Merge pull request #41743 from ClickHouse/fix-cert-err-msg2
Add parameter --accept-invalid-certificate and set appropriate invalid certificate handling
2022-09-28 10:13:13 -04:00
Antonio Andelic
a8d0f15e5f Merge branch 'master' into test-jepsen 2022-09-28 14:10:49 +00:00
Yakov Olkhovskiy
10f6ba90e0
add sync_replicas 2022-09-28 10:00:59 -04:00
Robert Schulze
de97d5fc65
Make LDAPR a prerequisite for downloading the ARMv8.2 build
The ARMv8.2 build now requires presence of LDAPR instructions. Make the
same assumption in universal.sh, i.e. the automatic download script.

See https://github.com/ClickHouse/ClickHouse/pull/41778#discussion_r980136159
2022-09-28 13:57:00 +00:00
Antonio Andelic
d6fa738ee7 Revert "Enable only jepsen"
This reverts commit e8e8086b83.
2022-09-28 13:55:19 +00:00
alesapin
072c19ba96
Merge pull request #41838 from tbsal/tbsal_34798
Improve feedback when replacing partition with different primary key
2022-09-28 15:33:11 +02:00
alesapin
1d9e126f94
Merge pull request #41856 from ClickHouse/fix_possible_no_such_key
Remove two redundant lines
2022-09-28 15:05:55 +02:00
Nikolai Kochetov
da375f27c5
Merge pull request #41740 from ClickHouse/fix-41269
Fix possible crash for SELECT from Merge table
2022-09-28 14:45:02 +02:00
alesapin
d372bd25d6 Fix 2022-09-28 14:39:53 +02:00
alesapin
4b4c63749a Correct test version 2022-09-28 14:38:11 +02:00
Mikhail f. Shiryaev
10f3df340e
Use cgroups v1 on ubuntu workers 2022-09-28 14:24:45 +02:00
Robert Schulze
fa93952231
Docs: Reference external papers as DOIs
See also #31076 which noted that links were broken but didn't fix.
2022-09-28 12:21:58 +00:00
Robert Schulze
cea21846ea
Merge pull request #41878 from ClickHouse/docs-modelevaluate
Docs: Remove obsolete modelEvaluate() mention
2022-09-28 14:10:27 +02:00
Antonio Andelic
ceb548beab Revert "Try jepsen only run"
This reverts commit faecb502b8.
2022-09-28 12:06:12 +00:00
Kseniia Sumarokova
6037da1ca8
Update CachedOnDiskReadBufferFromFile.cpp 2022-09-28 14:04:39 +02:00
robot-clickhouse
9bc7a96624 Automatic style fix 2022-09-28 11:49:57 +00:00
Robert Schulze
82139fad0e
Docs: Remove obsolete modelEvaluate() mention 2022-09-28 11:47:16 +00:00
Nikolai Kochetov
9564b8b3fa Add comment. 2022-09-28 11:30:09 +00:00
Alexey Milovidov
1dd5dc8c3e
Merge pull request #41858 from Avogar/json-object-schema
Infer Object type only when allow_experimental_object_type is enabled
2022-09-28 14:25:37 +03:00
Alexey Milovidov
7099602d5e
Merge pull request #41778 from danlark1/master
Add ldapr to AArch64 server builds
2022-09-28 14:23:33 +03:00
Antonio Andelic
7265b47932 Conditionally disable strict-host-key-checking 2022-09-28 11:22:41 +00:00
Nikita Mikhaylov
bf4d675830
Fix backward incompatibility in Replicated database creation (#41875) 2022-09-28 13:22:19 +02:00
Alexey Milovidov
73c7fbc1e0
Merge pull request #39875 from UnamedRus/patch-1
Test for ignore function in PARTITION KEY
2022-09-28 14:21:50 +03:00
alesapin
2eef384807 Add comments and test 2022-09-28 13:09:48 +02:00
Alexey Milovidov
59b37bf4a0
Merge pull request #40684 from ClickHouse/add-missing-tests-geobase
Add missing tests for legacy geobase
2022-09-28 14:08:30 +03:00
Alexey Milovidov
1653482406
Merge pull request #41823 from ClickHouse/trying_to_fix_compressed_marks
Fix compressed marks read for compact parts
2022-09-28 14:06:56 +03:00
Antonio Andelic
c68ef2ff7f Remove echo 2022-09-28 10:29:16 +00:00
Antonio Andelic
430397a9ba Small fixes 2022-09-28 10:28:13 +00:00
Antonio Andelic
08f4e7c8f6 Remove call to loadKnownHosts 2022-09-28 10:21:43 +00:00
alesapin
9e77d520d4 Merge branch 'master' into make_copy_instead_of_hardlink 2022-09-28 12:10:00 +02:00
Kseniia Sumarokova
b0a362e403
Merge pull request #41839 from ClickHouse/kssenii-patch-5
Remove unused variable in registerStorageMergeTree.cpp
2022-09-28 11:58:01 +02:00
Robert Schulze
a300ea6024
Try to fix binary compatibility check + extend check to library-bridge 2022-09-28 09:56:58 +00:00
Kseniia Sumarokova
155a87b198
Merge pull request #41853 from ClickHouse/kssenii-patch-6
Increase `request_timeout_ms` for s3 tests in CI
2022-09-28 11:55:14 +02:00
Antonio Andelic
98bffff71d Override config 2022-09-28 09:51:47 +00:00
Antonio Andelic
d593066c1e Overwrite SSHJ client 2022-09-28 09:35:12 +00:00
Antonio Andelic
a9f73d344d
Merge pull request #41784 from ClickHouse/fix-drop-keeper-map-again
Possible fix for KeeperMap drop
2022-09-28 10:28:50 +02:00
Antonio Andelic
5c3a29e841 Update sshj version 2022-09-28 07:54:44 +00:00
Robert Schulze
0a4862f177
Fix style 2022-09-28 07:48:36 +00:00
Robert Schulze
de3264691c
Merge pull request #41790 from ClickHouse/print-git-hash
Log git hash during startup
2022-09-28 09:43:17 +02:00
Antonio Andelic
e73c2ce951 Update jepsen 2022-09-28 07:07:56 +00:00
Antonio Andelic
faecb502b8 Try jepsen only run 2022-09-28 06:56:17 +00:00