kssenii
226026e2aa
Fix
2024-01-19 17:55:03 +01:00
Nikita Taranov
a47d15ab62
impl
2024-01-19 16:59:01 +01:00
Alexey Milovidov
decdb62cef
Merge pull request #58800 from ZhiguoZh/20240115-combine-filter-bmi2
...
Optimize DB::combineFilters with BMI2/SSE intrinsics
2024-01-19 16:50:04 +01:00
Dmitry Novik
728276ab3f
Fix crash when indexHint() is used
2024-01-19 14:59:33 +00:00
Igor Nikonov
3d8be9d588
Comment for disabled assert
2024-01-19 14:54:20 +00:00
robot-clickhouse
522cce991a
Automatic style fix
2024-01-19 14:37:53 +00:00
Anton Popov
1dc536f176
add with for subcolumns
2024-01-19 14:30:01 +00:00
Igor Nikonov
a4d0260fa7
Update tests
...
+ setting max_replica_delay_for_distributed_queries to avoid replica lag
affecting load balancing
+ disable flaky assert for asan/tsan builds (will investigated
separately)
2024-01-19 14:23:15 +00:00
zhongyuankai
cbb51659f6
Merge branch 'master' into limit_materialized_view_size
2024-01-19 22:00:12 +08:00
Nikita Taranov
0cafb58c47
impl
2024-01-19 14:17:50 +01:00
Kseniia Sumarokova
facbd89d48
Merge pull request #58986 from ClickHouse/fix-typo
...
Fix typo
2024-01-19 14:12:50 +01:00
Robert Schulze
aa2d36e598
Reduce memory consumption of norm_distance.xml
...
The test data was stored in in-memory Array and Tuple tables, each
consuming about 80 GB. The population of the Tuple tables exceeded the
maximum memory thresholds (*).
As a fix,
- Reduce the Array cardinality from 200 to 150 and the number of rows
from 10 to 8 million, reducing memory consumption to ca. 50 GB. This
should pass the memory threshold and does not affect the test purpose.
- Don't test tuples. Due to their data layout, vector search is not
efficient anyways. Saves another 80 GB.
2024-01-19 13:09:15 +00:00
Robert Schulze
180a07ee4b
Delete redundant test norm_distance_float.xml
...
- Duplicates the workload in norm_distance.xml
2024-01-19 13:09:14 +00:00
Robert Schulze
25fb44f16d
Extend performance test norm_dist.xml
...
Dimension = 200 (instead of 10) is more realistic for vector search use cases.
2024-01-19 13:09:08 +00:00
Igor Nikonov
17c7fdfed9
Disable check which is flaky atm
2024-01-19 12:58:21 +00:00
Igor Nikonov
131f71b50a
Revert "Revert flaky"
2024-01-19 13:51:30 +01:00
Alexander Tokmakov
5c680423ef
Merge pull request #58992 from Algunenano/revert_flaky
...
Revert flaky
2024-01-19 13:49:37 +01:00
Raúl Marín
477489a05d
Revert "Merge pull request #57235 from ClickHouse/pr-custom-key-failover"
...
This reverts commit 8ba9b4a7ef
, reversing
changes made to 0f39245cb8
.
2024-01-19 12:46:05 +00:00
Raúl Marín
44b621fb48
Revert "Merge pull request #58909 from ClickHouse/fix-test-custom-key-failover"
...
This reverts commit deeb09ff37
, reversing
changes made to a4cab68a06
.
2024-01-19 12:44:55 +00:00
Raúl Marín
9d6c88d41c
Merge pull request #58990 from ClickHouse/revert-58927-add-test-47892
...
Revert "Add a test for #47892 "
2024-01-19 13:33:56 +01:00
Raúl Marín
3f53369883
Merge pull request #58989 from ClickHouse/revert-58922-realistic-norm_dist
...
Revert "Extend performance test norm_dist.xml"
2024-01-19 13:33:45 +01:00
Raúl Marín
76638fb7ba
Merge pull request #58942 from Algunenano/missing_digest
...
Add missing files to digests
2024-01-19 13:32:49 +01:00
Raúl Marín
098b9b2bc9
Revert "Add a test for #47892 "
2024-01-19 13:27:51 +01:00
Raúl Marín
b92073ed7b
Revert "Extend performance test norm_dist.xml"
2024-01-19 13:21:03 +01:00
robot-ch-test-poll2
f16bfcad0b
Merge pull request #58984 from Wachynaky/patch-1
...
Fix script name in SQL example in executable.md
2024-01-19 15:56:00 +04:00
Vitaly Baranov
19bc0b744f
Add comments and const after review.
2024-01-19 12:54:55 +01:00
Azat Khuzhin
d940afd6cd
Fix timeouts for HTTP/1.1 non-chunked requests (missing Connection: close)
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-01-19 14:48:50 +03:00
kssenii
5113b719e9
Fix typo
2024-01-19 12:48:48 +01:00
kssenii
f055d668af
Merge remote-tracking branch 'origin/follow-up-disk-configuration' into follow-up-disk-configuration
2024-01-19 12:31:44 +01:00
kssenii
9dea75b1e7
Fix
2024-01-19 12:30:49 +01:00
avogar
b1c67f143e
Add more missing settings
2024-01-19 11:22:24 +00:00
Lino Uruñuela
4a6c2d21ff
Update executable.md - Fix script name in SQL example
...
It uses 'generate_random.py' in 'The following Python script is named generate_random.py and is saved in the user_scripts folder....'
However, in the SQL example, it uses 'my_script.py'.
'SELECT * FROM executable('generate_random.py', TabSeparated, 'id UInt32, random String', (SELECT 10))'
2024-01-19 12:17:22 +01:00
Kseniia Sumarokova
7beb288b27
Update RegisterDiskObjectStorage.cpp
2024-01-19 12:09:58 +01:00
Kruglov Pavel
55202db06b
Fix
2024-01-19 12:06:10 +01:00
avogar
8f2d78bbbf
Merge branch 'master' of github.com:ClickHouse/ClickHouse into settings-changes-check
2024-01-19 11:04:50 +00:00
vdimir
4509af091a
Merge pull request #58091 from ClickHouse/vdimir/bugfix_validate_check_exceptions_msg
...
Print another message in Bugfix check if internal check had been failed
2024-01-19 11:57:14 +01:00
Robert Schulze
bb804a8cc4
Fix 02891_array_shingles with analyzer
2024-01-19 10:52:24 +00:00
Azat Khuzhin
38ad4ef493
Fix timeout for prometheus exporter for HTTP/1.1 (due to keep-alive)
...
Before:
$ time curl -s --http1.1 127.1:9363/metrics > /dev/null
real 0m10.018s # default keep_alive_timeout is 10 seconds
user 0m0.005s
sys 0m0.001s
After
$ time curl -s --http1.1 127.1:9363/metrics > /dev/null
real 0m0.008s
user 0m0.006s
sys 0m0.000s
And if you will look at the test_prometheus_endpoint, you will see that
it takes > 30 seconds (it obtains metrics 3 times), after this patch it
should be finished more or less instantly.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-01-19 13:29:17 +03:00
Kruglov Pavel
90057c6f39
Merge pull request #58907 from ClickHouse/Avogar-patch-1
...
Fix possible crash in clickhouse-local during loading suggestions
2024-01-19 11:20:25 +01:00
kssenii
2f34ef6ff8
Follow up
2024-01-19 11:19:59 +01:00
vdimir
97a38855c1
Merge pull request #57870 from ClickHouse/vdimir/test_show_whitespaces_in_diff
...
Add option `--show-whitespaces-in-diff` to clickhouse-test
2024-01-19 10:42:00 +01:00
vdimir
b8340afddf
Merge pull request #58943 from ClickHouse/vdimir/analyzer_column_not_found
...
Analyzer: fix join column not found with compound identifiers
2024-01-19 10:40:03 +01:00
Kseniia Sumarokova
a661c6b2c0
Update run.sh
2024-01-19 10:37:21 +01:00
Kseniia Sumarokova
25be226c05
Merge pull request #58951 from ClickHouse/fix-materialized-pg-test
...
Fix flaky test_postgresql_replica_database_engine_2/test.py::test_dependent_loading
2024-01-19 10:27:18 +01:00
Kseniia Sumarokova
1c74e7fa08
Merge pull request #58902 from ClickHouse/fs-cache-refactorings
...
fs cache: minor refactoring
2024-01-19 10:25:45 +01:00
alesapin
3dc8b2dbf7
Merge pull request #58955 from ClickHouse/more_safe_way_to_dump_Logs
...
More safe way to dump system logs in tests
2024-01-19 10:20:55 +01:00
Jiebin Sun
0fb7d2290c
Update src/Analyzer/Passes/RewriteSumFunctionWithSumAndCountPass.cpp
...
Co-authored-by: Raúl Marín <git@rmr.ninja>
2024-01-19 17:01:11 +08:00
Alexey Milovidov
e9acae7774
Merge pull request #58950 from ClickHouse/fix-data-race-in-slru-2
...
Fix data race in slru (2)
2024-01-19 09:31:25 +01:00
Alexey Milovidov
8a288055c9
Merge pull request #58949 from MikhailBurdukov/fix_s3_copy
...
Using the destination object for paths generation in S3copy.
2024-01-19 09:28:13 +01:00
Antonio Andelic
19ca00f233
Call getMaxFileDescriptorCount once
2024-01-19 08:19:20 +00:00