Commit Graph

155783 Commits

Author SHA1 Message Date
alsu
d680e52d00 fix some typos 2024-10-04 16:10:06 +02:00
Mikhail Filimonov
48e4092d98 move the injectFault back into critical section 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
7ff6bab6c2 addressing review comments 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
01ae6f9a2c avoid unique_ptr for ScopedDecrement 2024-10-04 16:08:34 +02:00
Sergei Trifonov
c221e12be6 Update src/Common/ThreadPool.cpp 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
68dd4c273a Addressing @ilejn comments 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
975a061896 whitespaces 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
5c0a14b78c Revert "fix2"
This reverts commit 0d8dce9e7629848ea0705cdf54c093f17c3e8089.
2024-10-04 16:08:34 +02:00
Mikhail Filimonov
dc9d09d741 fix2 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
86f222a9c0 fix 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
bf665a17b9 fix the datarace, joining the threads before modifing the threads list is crucial 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
d7fede84d8 bit better exception message and comment 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
c772f8fa46 add some assert, and explicit keyword for constructor 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
0f8ef5fb20 fix types 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
c14195c381 further improvements 2024-10-04 16:08:34 +02:00
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
Arthur Passos
1e7bb8981b safe guards around index mapping 2024-10-04 10:37:05 -03: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
avogar
07868f91b0 Revert unneded changes 2024-10-04 13:12:44 +00:00
avogar
31c1720086 Fix crash during GROUP BY JSON sub-object subcolumn 2024-10-04 13:12:04 +00:00
vdimir
0a815df2a3
Merge branch 'master' into vdimir/window-funnel-fix-dedup2 2024-10-04 14:54:02 +02:00
Arthur Passos
f9f12fe416 progress 2024-10-04 09:41:53 -03:00
Pavel Kruglov
9c7cf57dd1
Fix build 2024-10-04 14:37:13 +02: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
Pavel Kruglov
a4cd3b326a
Merge branch 'master' into native-json-as-string 2024-10-04 14:14:39 +02: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
Tuan Pham Anh
e277cc6012 Reduce execution time for 03248_create-same-table-concurrently-with-replicated-engine 2024-10-04 11:23:06 +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
08d30beee5
Update IQueryPlanStep.h 2024-10-04 12:31:12 +02:00
Nikolai Kochetov
0cc5940fba
Merge pull request #70327 from jsc0218/IgnoreInDeduplicateMergeProjectionMode
Add Ignore Option In DeduplicateMergeProjectionMode
2024-10-04 10:25:43 +00:00
Azat Khuzhin
8b43c10a75 Remove 02492_clickhouse_local_context_uaf test
After some changes this test checks nothing (#69561), and now it is not
possible to write this test, since LocalServer::cleanup() waits for the
suggest thread, and so ClientBase destructor cannot be called earlier.

Fixes: https://github.com/ClickHouse/ClickHouse/issues/69561
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-10-04 12:21:24 +02: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
Antonio Andelic
8d0b021268
Fix 2024-10-04 11:24:51 +02:00
Antonio Andelic
ffe9aa1af6
Merge branch 'master' into use-json-for-minio-logs 2024-10-04 11:24:14 +02:00