Commit Graph

145030 Commits

Author SHA1 Message Date
Mikhail f. Shiryaev
4a30ebd8d6
Merge pull request #65235 from ClickHouse/auto/v24.3.4.147-lts
Update version_date.tsv and changelogs after v24.3.4.147-lts
2024-06-13 18:30:05 +00:00
Nikolay Degterinsky
960a017bc5
Merge pull request #65194 from morning-color/fix_docs_for_skipping_indexes
Fix docs for skipping-indexes.md
2024-06-13 18:08:49 +00:00
Raúl Marín
3506ed14f4 Add validation when creating a user with bcrypt_hash 2024-06-13 19:58:41 +02:00
robot-clickhouse
3bba8e80f1 Update version_date.tsv and changelogs after v24.5.3.5-stable 2024-06-13 17:51:46 +00:00
kssenii
fb32a99578 Initialize global trace collector for Poco::ThreadPool 2024-06-13 19:20:58 +02:00
Blargian
2077a7ca07 Update reference file... again 2024-06-13 19:17:29 +02:00
robot-clickhouse
11020f71f3
Update version_date.tsv and changelogs after v24.5.2.34-stable 2024-06-13 18:37:48 +02:00
robot-clickhouse
833d138383 Update version_date.tsv and changelogs after v24.3.4.147-lts 2024-06-13 16:28:12 +00:00
Blargian
08c755c7a8 Modify test not to use mod, which seems to be failing stateless tests 2024-06-13 18:15:42 +02:00
Sema Checherinda
e8c0caa5ab
Merge pull request #63314 from arthurpassos/no_proxy_support
Add `no_proxy` support
2024-06-13 15:48:12 +00:00
Kseniia Sumarokova
9551f3b98a
Merge pull request #65208 from ClickHouse/sync-profile-events
Sync ProfileEvents.h
2024-06-13 15:46:52 +00:00
Azat Khuzhin
ff6d1d09d6 Fix possible crash for hedged requests
Previously, it was possible for hedged requests to continue choosing
replica even after the query had been cancelled
(RemoteQueryExecutor::tryCancel()), and not only this does not make
sense, but could also lead to a crash, due to use-after-free of
current_thread (ThreadStatus), since fiber had been created on a
different thread (thread for query pipeline), but will be destroyed from
another thread (that calls QueryPipeline dtor), and the query pipeline's
thread could be already destroyed by that time (especially under threads
pressure).

v0: IConnection::cancelAsync()
v2: remove it, since the query is sent in a deferred manner for hedged
requests, so that said that modifying HedgedConnections::sendCancel()
should be enough

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-06-13 17:28:18 +02:00
Duc Canh Le
82f12ac006 Merge branch 'master' into fix_keeper_default_global_pool
Fix CI
2024-06-13 15:16:58 +00:00
Robert Schulze
923caa52ba
Merge pull request #65211 from rschu1ze/docs-sanitizer
Docs: Recommend disabling ASLR for sanitizer builds
2024-06-13 15:00:59 +00:00
yariks5s
faa21ecba7 Merge branch 'balancing_transform' of https://github.com/yariks5s/ClickHouse into balancing_transform 2024-06-13 14:54:07 +00:00
yariks5s
c5159bc3aa fix setNeeded() in PlanSquashing 2024-06-13 14:52:34 +00:00
Aleksei Filatov
68ab0edaae Merge branch 'master' into fix_keeper_close_session_bug 2024-06-13 17:49:07 +03:00
Artem Mustafin
2997509dbf docs upd + tests 2024-06-13 17:44:30 +03:00
Max K
fc255456ce comment 2024-06-13 16:36:07 +02:00
Max K
a77eda6388 fix pylint 2024-06-13 16:27:41 +02:00
Artem Mustafin
c79433e6f4 fix ci 2024-06-13 17:18:34 +03:00
Max K
0d17f2cede CI: FinishCheck to set failure if workflow failed 2024-06-13 16:14:57 +02:00
Mikhail f. Shiryaev
98b769bcd1
Merge pull request #65202 from ClickHouse/fix-changelog-progress
Fix search issues for progress_func, add zstd for GH cache
2024-06-13 14:10:35 +00:00
Nikolai Kochetov
d8b9b00624 Revert "Fix THERE_IS_NO_COLUMN error in case move to PREWHERE applied to storage merge inside another table function"
This reverts commit cb9ea78810.
2024-06-13 14:03:41 +00:00
Mikhail Gorshkov
a6520bcf90 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into ADQM-1893 2024-06-13 14:03:11 +00:00
Nikolai Kochetov
54b9d6ea23 Merge branch 'master' into merge-filter-steps 2024-06-13 14:03:01 +00:00
serxa
7c7be37383 fix tidy build 2024-06-13 13:49:03 +00:00
Robert Schulze
5e1ef8aefa
Update tests.md 2024-06-13 15:44:36 +02:00
Robert Schulze
e8ac8d46ff
Update docs/en/development/tests.md
Co-authored-by: Raúl Marín <git@rmr.ninja>
2024-06-13 15:43:30 +02:00
Alexander Gololobov
a54147acb2 Merge branch 'master' of github.com:ClickHouse/ClickHouse into increase_wait_for_mutations_timeout 2024-06-13 15:41:57 +02:00
Mikhail f. Shiryaev
f48421fd61
Running a changelog.py with a host network for AMI 2024-06-13 15:41:22 +02:00
Mikhail f. Shiryaev
f1707998d2
Fix search issues for progress_func, add zstd for GH cache 2024-06-13 15:40:38 +02:00
Alexander Gololobov
cb84733143
Merge pull request #65051 from ClickHouse/fix_capture_this_in_context_access
Capture weak_ptr of ContextAccess for safety
2024-06-13 13:37:36 +00:00
Robert Schulze
df607c535c
Docs: Recommend disabling ASLR for sanitizer builds 2024-06-13 13:31:43 +00:00
Alexander Tokmakov
82a5496f28 fix 2024-06-13 15:28:04 +02:00
kssenii
88b6b2732a Sync changes 2024-06-13 15:14:05 +02:00
Antonio Andelic
61012a86aa
Merge pull request #64365 from ClickHouse/fix-gwp-asan
Try to fix GWPAsan
2024-06-13 13:09:11 +00:00
Nikolai Kochetov
1172b324e5 Update test. 2024-06-13 13:08:30 +00:00
Alexander Tokmakov
c24e905bc6
Merge pull request #65184 from ClickHouse/tavplubix-patch-14
Add an assertion in ReplicatedMergeTreeQueue
2024-06-13 13:02:50 +00:00
vdimir
fe378edb35 Fix THERE_IS_NO_COLUMN error in case move to PREWHERE applied to storage merge inside another table function
(cherry picked from commit ac22904ff2)
2024-06-13 13:02:47 +00:00
vdimir
cb9ea78810 Fix THERE_IS_NO_COLUMN error in case move to PREWHERE applied to storage merge inside another table function
(cherry picked from commit ac22904ff2)
2024-06-13 13:01:18 +00:00
Sergei Trifonov
b37e443b3b
Merge pull request #64403 from ClickHouse/fix-comment
Remove wrong comment
2024-06-13 12:32:33 +00:00
Kseniia Sumarokova
e87be0d6b5
Merge pull request #65077 from ClickHouse/kssenii-patch-9-1
Update s3queue.md
2024-06-13 12:28:57 +00:00
Raúl Marín
9a87d79032 Fix bug in short circuit optimization with direct dictionaries 2024-06-13 14:25:41 +02:00
János Benjamin Antal
5cff2bca77
Merge pull request #64888 from azat/client-cancelled-message
Fix possible loss of "Query was cancelled" message in client (fixes 03023_zeros_generate_random_with_limit_progress_bar flakiness)
2024-06-13 12:24:27 +00:00
Kseniia Sumarokova
ef8810a60d
Merge branch 'master' into unite-storages3-and-disks3-settings 2024-06-13 14:24:04 +02:00
kssenii
64f8fedc7a Fix test 2024-06-13 14:23:32 +02:00
Blargian
d364f447a7 Fix spacing issue and update reference file 2024-06-13 14:13:39 +02:00
Kseniia Sumarokova
3f0211a2f8
Update s3queue.md 2024-06-13 13:49:47 +02:00
Nikita Fomichev
f4493d2544 stateless tests: add test for https://github.com/ClickHouse/ClickHouse/issues/59094 2024-06-13 13:22:14 +02:00