Mikhail f. Shiryaev
570f1aac45
Add docker_server.py running to backport and release CIs
2022-07-08 13:22:27 +02:00
Robert Schulze
8e1a3cd194
Don't crash in functions multiMatch[Fuzzy](AllIndices/Any/AnyIndex)() with empty needle
...
Queries like
"select multiMatchAnyIndex('abc', []::Array(String))"
were not properly handled and crashed.
2022-07-08 11:18:53 +00:00
Vitaly Baranov
3af50b35ae
Merge pull request #38949 from vitlibar/careful-destructor-in-backupimpl
...
More careful destructor in BackupImpl
2022-07-08 13:11:13 +02:00
Alexey Milovidov
6445e6061f
Add theme switcher
2022-07-08 13:01:21 +02:00
Alexander Tokmakov
8a29dfa4bf
Merge pull request #39009 from ClickHouse/tavplubix-patch-2
...
Try another suppression for #38629
2022-07-08 13:54:41 +03:00
Alexander Tokmakov
57b8a6a542
Update run.sh
2022-07-08 13:53:35 +03:00
Azat Khuzhin
b62b0b32d4
tests: use unique ZooKeeper path for Replicated tables
...
v2: get back no-parallel to avoid leftover message
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-08 13:50:18 +03:00
Azat Khuzhin
b2f7f9c0f0
Fix fsync_part_directory for fetches
...
Before it produces the following error:
2022.07.07 23:40:03.131044 [ 44869 ] {} <Error> default.rep_data: auto DB::StorageReplicatedMergeTree::processQueueEntry(ReplicatedMergeTreeQueue::SelectedEntryPtr)::(anonymous class)::operator()(DB::StorageReplicatedMergeTree::LogEntryPtr &) const: Code: 107. DB::ErrnoException: Cannot open file /var/lib/clickhouse/data/tmp-fetch_36_25458_25458_0, errno: 2, strerror: No such file or directory. (FILE_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below):
0. Poco::Exception::Exception() @ 0x1764634c in /usr/bin/clickhouse
1. DB::Exception::Exception() @ 0xb42caba in /usr/bin/clickhouse
2. DB::throwFromErrnoWithPath() @ 0xb42d79b in /usr/bin/clickhouse
3. DB::LocalDirectorySyncGuard::LocalDirectorySyncGuard() @ 0x1404bbd4 in /usr/bin/clickhouse
4. DB::DiskLocal::getDirectorySyncGuard() const @ 0x140466a4 in /usr/bin/clickhouse
5. DB::DataPartsExchange::Fetcher::downloadPartToDisk() @ 0x15122af1 in /usr/bin/clickhouse
6. DB::DataPartsExchange::Fetcher::fetchPart() @ 0x1511de39 in /usr/bin/clickhouse
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-08 13:48:51 +03:00
Azat Khuzhin
a5aecb6be3
tests: cover fsync related options for ReplicatedMergeTree
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-08 13:48:51 +03:00
Alexey Milovidov
2e6a9d5272
Preparation for dark theme
2022-07-08 12:25:04 +02:00
Azat Khuzhin
53d019a94b
check-style: improve ZooKeeper path check for Replicated.*MergeTree tables
...
- detech all Replicated.*MergeTree tables
- allow default_path_test/uuid in zookeeper path
- improve pattern for filtering tests
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-08 13:19:24 +03:00
Constantine Peresypkin
a4e3fac863
fix wrong OSX building instructions
...
It was a mess of `clang-13` and `clang-14` or `aarch64` and `x86_64`
2022-07-08 11:54:00 +02:00
Alexander Tokmakov
1cf01bb959
Merge pull request #39001 from ClickHouse/revert-38675-index-fix-1
...
Revert "Fix toHour() monotonicity which can lead to incorrect query result (incorrect index analysis)"
2022-07-08 12:51:56 +03:00
Alexander Tokmakov
d4784203b7
Revert "Fix toHour() monotonicity which can lead to incorrect query result (incorrect index analysis)"
2022-07-08 12:51:30 +03:00
Alexey Milovidov
640421d432
Additional data size points
2022-07-08 10:57:26 +02:00
Alexey Milovidov
af1136c990
Merge pull request #38744 from ClickHouse/ci-required-simple-checks
...
Add SimpleCheck
2022-07-08 11:17:38 +03:00
Alexey Milovidov
bd97233a4f
Merge pull request #38977 from ClickHouse/disable_instrumentation_of_death_callback
...
Disable instrumentation of sanitizer death callback
2022-07-08 11:04:37 +03:00
Alexey Milovidov
3e648acb3b
Merge pull request #38739 from den-crane/patch-19
...
Doc. WF more examples
2022-07-08 11:03:56 +03:00
Alexey Milovidov
23dbdb2916
Proper links
2022-07-08 09:55:14 +02:00
Alexey Milovidov
a898ee114e
Better generator
2022-07-08 09:54:06 +02:00
Alexey Milovidov
5904c058e7
Fix colors
2022-07-08 09:33:03 +02:00
Robert Schulze
524f39551c
Merge pull request #38485 from ClickHouse/multi-match-with-non_const-patterns
...
Multi match with non const patterns
2022-07-08 09:29:10 +02:00
Alexey Milovidov
fca47ec0f8
Add tooltips
2022-07-08 09:17:47 +02:00
Alexey Milovidov
afcfe939ca
Better highlighting
2022-07-08 08:11:01 +02:00
Alexey Milovidov
9c0ae5a824
Correct Pinot result
2022-07-08 07:20:45 +02:00
Alexey Milovidov
504941dcb4
Remove bogus tag
2022-07-08 06:47:52 +02:00
Alexey Milovidov
a14a585f8e
Update generator
2022-07-08 06:42:56 +02:00
Alexey Milovidov
08635d9d95
Add Pinot
2022-07-08 06:30:25 +02:00
HeenaBansal2009
24927f86fc
Fix flaky test
2022-07-07 21:22:00 -07:00
Alexey Milovidov
60a126cd12
Add README, 70%
2022-07-08 06:16:19 +02:00
Alexey Milovidov
551b0e62ca
Update build-cross-arm.md
2022-07-08 00:41:45 +03:00
Alexey Milovidov
89fdcbf08c
Merge pull request #38675 from amosbird/index-fix-1
...
Fix toHour() monotonicity which can lead to incorrect query result (incorrect index analysis)
2022-07-08 00:32:27 +03:00
Alexey Milovidov
390036b930
Merge pull request #38894 from ClickHouse/auto/v22.6.3.35-stable
...
Update version_date.tsv and changelogs after v22.6.3.35-stable
2022-07-08 00:31:18 +03:00
Alexey Milovidov
85cb151fcb
Merge pull request #38971 from Avogar/remove-bc-check-tag
...
Remove tag no-backward-compatibility-check for specific versions
2022-07-08 00:29:34 +03:00
Alexey Milovidov
0eb270e394
Merge pull request #38982 from tylerhannan/Huawei_TaiShan
...
add Huawei TaiShan 920 Benchmark
2022-07-08 00:27:18 +03:00
Alexey Milovidov
83e85f97e8
Merge branch 'master' into Huawei_TaiShan
2022-07-08 00:26:45 +03:00
Alexey Milovidov
5200ccd0f5
Merge pull request #38969 from ClickHouse/auto/v22.3.8.39-lts
...
Update version_date.tsv after v22.3.8.39-lts
2022-07-08 00:26:17 +03:00
Alexey Milovidov
7593560dd0
Merge pull request #38975 from ClickHouse/auto/v22.4.6.53-stable
...
Update version_date.tsv after v22.4.6.53-stable
2022-07-08 00:25:52 +03:00
Alexey Milovidov
dd4be4b7d7
Merge pull request #38981 from tylerhannan/macbbok_pro_core_i7_2014
...
add macbook pro core i7 2014 benchmark
2022-07-08 00:25:32 +03:00
Alexey Milovidov
8981c38ad6
Update macbook_pro_core_i7_2014.json
2022-07-08 00:25:21 +03:00
Alexey Milovidov
57111e150d
Merge branch 'master' into macbbok_pro_core_i7_2014
2022-07-08 00:24:18 +03:00
Alexey Milovidov
f5736fc20f
Merge pull request #38974 from tylerhannan/benchmark-hetzner
...
add Hetzner benchmark
2022-07-08 00:23:55 +03:00
Alexey Milovidov
b033d34c87
Merge branch 'master' into benchmark-hetzner
2022-07-08 00:23:50 +03:00
Alexey Milovidov
98b398eb26
Merge pull request #38979 from tylerhannan/amd_ryzen_9
...
add ryzen 9 5950 benchmark
2022-07-08 00:23:24 +03:00
Tyler Hannan
002be94d27
add Huawie TaiShan 920 Benchmark
2022-07-07 23:15:19 +02:00
Tyler Hannan
c403ade4a7
add macbook pro core i7 2014 benchmark
2022-07-07 22:52:16 +02:00
Tyler Hannan
4d2aa0bb76
add ryzen 9 5950 benchmark
2022-07-07 22:28:31 +02:00
Nikolay Degterinsky
5cd06ac488
Merge pull request #38947 from soyayaos/master
...
Rename NUMBER_OF_DIMENSIONS_MISMATHED const to NUMBER_OF_DIMENSIONS_MISMATCHED
2022-07-07 22:25:42 +02:00
Robert Schulze
49348b833a
Simplify
2022-07-07 20:25:26 +00:00
Alexander Tokmakov
b0f8970d07
Merge pull request #38961 from Algunenano/reduce_zk_eexists
...
Stop reporting Zookeeper "Node exists" exceptions in system.errors when they are expected
2022-07-07 23:16:46 +03:00