Mikhail Filimonov
7652188ef4
grammar
2024-10-04 16:08:33 +02:00
Mikhail Filimonov
e9dffc7897
whitespaces, unneeded method
2024-10-04 16:08:33 +02:00
Mikhail Filimonov
9b1bc5ec77
some fixes
2024-10-04 16:08:33 +02:00
Mikhail Filimonov
e0d8634f47
now works. it seem like the issue was caused by zero in max_free_threads in some scenarios
2024-10-04 16:08:33 +02:00
Mikhail Filimonov
3eaf17603d
non-working, debug
2024-10-04 16:08:33 +02:00
Mikhail Filimonov
ebd3306a67
fix
2024-10-04 16:08:33 +02:00
Mikhail Filimonov
fbc3df5ebf
better atomics
2024-10-04 16:08:33 +02:00
Mikhail Filimonov
34521ec662
fixes, tmp
2024-10-04 16:08:33 +02:00
Mikhail Filimonov
dec4f59876
fixes
2024-10-04 16:08:33 +02:00
Mikhail Filimonov
bd40b6775e
another approach
2024-10-04 16:08:33 +02:00
Mikhail Filimonov
b31a3ac6d5
safer new_job queueing, use iterator
2024-10-04 16:08:33 +02:00
Mikhail Filimonov
6d0dd0cf9d
ThreadPool refactorings to move thread creation out of critical section.
...
Encapsulate thread management in the new subclass ThreadFromThreadPool
2024-10-04 16:08:33 +02:00
Max K.
c196d930bf
Merge pull request #70329 from ClickHouse/ci_enable_release_integration_tests_for_prs
...
CI: Enable Integration Tests for backport PRs
2024-10-04 13:22:47 +00:00
János Benjamin Antal
c07f2b70d3
Merge pull request #70352 from filimonov/maybe_fix_kafka
...
fix Kafka test
2024-10-04 13:17:27 +00:00
Raúl Marín
bb57261f5d
Merge pull request #70338 from Algunenano/with_fill_analyzer
...
Fix crash when using WITH FILL incorrectly
2024-10-04 12:24:09 +00:00
Anton Popov
af989353e4
Merge pull request #70273 from ucasfl/fix-use-of-uninitialized-vaue
...
Fix use-of-uinitialized-value
2024-10-04 12:06:21 +00:00
Nikolai Kochetov
c6d5d616fe
Fix typo.
2024-10-04 11:38:58 +00:00
Nikolai Kochetov
cccdd22f95
Add comments. Set proper setting.
2024-10-04 11:24:10 +00:00
Daniil Ivanik
2fdf802c93
Merge pull request #70101 from rschu1ze/vec-search-adaptive-granularity
...
Make vector similarity indexes work with adaptive granularity
2024-10-04 11:05:45 +00:00
Nikolai Kochetov
28bf90d6c1
Merge branch 'master' into add-compatibility-for-merge-tree-settings
2024-10-04 10:44:30 +00:00
Nikolai Kochetov
0cc5940fba
Merge pull request #70327 from jsc0218/IgnoreInDeduplicateMergeProjectionMode
...
Add Ignore Option In DeduplicateMergeProjectionMode
2024-10-04 10:25:43 +00:00
Christoph Wurm
dab614ee4b
Align other sources paragraph
2024-10-04 10:59:28 +01:00
Kseniia Sumarokova
cbd1212a41
Merge pull request #70336 from filimonov/maybe_fix_rabbitmq
...
Maybe fix RabbitMQ
2024-10-04 09:43:00 +00:00
Christoph Wurm
17c124fa71
Update grant.md: Complete list of SOURCES grants
...
Align with the current list of sources grants in the source code here: af1a0f12aa/src/Access/Common/AccessType.h (L226-L240)
2024-10-04 10:13:35 +01:00
Antonio Andelic
1ad027b2c5
Merge pull request #70350 from Algunenano/stateless_minio
...
Don't fail the stateless check script if we can't collect minio logs
2024-10-04 08:58:54 +00:00
pufit
213e08bfc8
Fix MODIFY COLUMN MODIFY SETTINGS
crash for special columns
2024-10-04 01:13:52 -04:00
Julia Kartseva
53879083a9
Merge remote-tracking branch 'upstream/master' into interactive-metrics-table
2024-10-04 03:02:02 +00:00
Julia Kartseva
63d134692a
fix profile events units
2024-10-04 03:01:45 +00:00
Shichao
0077924cee
use safeGet
2024-10-03 21:41:35 -04:00
Jiebin Sun
8e00adeaa8
Change the default threshold to enable hyper threading
...
Based on the testing data from PR#69548, we will change the
default threshold to enable hyper threading.
Signed-off-by: Jiebin Sun <jiebin.sun@intel.com>
2024-10-04 06:58:40 +08:00
Mikhail Filimonov
1871de3620
fix Kafka test
2024-10-04 00:51:54 +02:00
Raúl Marín
81635c50a5
Remove odd files
2024-10-03 23:19:40 +02:00
Raúl Marín
973aee8f94
Don't fail the stateless check script if we can't collect minio logs
2024-10-03 23:15:22 +02:00
Anton Popov
af1a0f12aa
Merge pull request #70333 from CurtizJ/fix-test-03237_insert_sparse_columns_mem
...
Fix flaky test `03237_insert_sparse_columns_mem`
2024-10-03 20:24:05 +00:00
jsc0218
40e2682c9e
reproduce inconsistent results with ignore option
2024-10-03 19:30:05 +00:00
Mikhail Filimonov
fd5defd016
black formatter
2024-10-03 20:03:28 +02:00
jsc0218
6f3cf49229
add test and change doc
2024-10-03 17:44:35 +00:00
Raúl Marín
2dbef825b4
Fix crash when using WITH FILL incorrectly
2024-10-03 19:32:17 +02:00
Antonio Andelic
d3a6d7d9c7
Merge pull request #70310 from ClickHouse/fix-startup-scripts
...
Fix context for startup scripts
2024-10-03 17:18:16 +00:00
Michael Kolupaev
9c95c47449
Merge remote-tracking branch 'origin/master' into mvrere
2024-10-03 17:13:44 +00:00
Mikhail Filimonov
b36bfa34c8
Better RabbitMQ
2024-10-03 18:39:59 +02:00
Anton Popov
fcc2cdfe5e
fix flaky test 03237_insert_sparse_columns_mem
2024-10-03 16:30:02 +00:00
Nikolay Degterinsky
0d08f0e500
Merge pull request #70326 from ClickHouse/evillique-patch-1
...
Update view.md
2024-10-03 15:30:47 +00:00
Max Kainov
f3b7dae1cc
CI: Enable Integration Tests for backport PRs
2024-10-03 17:18:30 +02:00
jsc0218
b59bd4d28d
don't change default
2024-10-03 15:06:50 +00:00
jsc0218
d25678fc21
add ignore option
2024-10-03 15:00:27 +00:00
Alexey Milovidov
164158af78
Sync with private
2024-10-03 16:34:25 +02:00
Nikolay Degterinsky
e067c8aedb
Update view.md
2024-10-03 16:29:55 +02:00
Alexey Milovidov
4c0c69f6df
Merge branch 'master' of github.com:ClickHouse/ClickHouse into sync-settings
2024-10-03 16:17:25 +02:00
Alexey Milovidov
6c94578f86
Sync with private
2024-10-03 16:16:48 +02:00