Commit Graph

144970 Commits

Author SHA1 Message Date
Nikita Mikhaylov
74dc6cdb5a Fix tests 2024-06-14 01:43:47 +02:00
Nikita Mikhaylov
1e26c1dbc9 Fix test 2024-06-14 01:43:47 +02:00
Nikita Mikhaylov
e48ebf5529 Fixed build and tests 2024-06-14 01:43:47 +02:00
Nikita Mikhaylov
a98ec2e0e9 Update src/Formats/EscapingRuleUtils.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
2024-06-14 01:43:47 +02:00
Nikita Mikhaylov
04897eb0fa Done 2024-06-14 01:43:47 +02:00
Raúl Marín
436765306e Merge remote-tracking branch 'blessed/master' into direct_dict 2024-06-14 00:46:49 +02:00
Raúl Marín
39261d09a2 Fix compilation without libraries 2024-06-13 23:32:25 +02:00
Nikita Taranov
cd2d825dd1 impl 2024-06-13 22:31:07 +01:00
Raúl Marín
594a0e9a1a
Merge pull request #65200 from Algunenano/server_warnings_desc
Fix the descriptions of some server settings
2024-06-13 21:29:56 +00:00
Max K
bc183d8e04
Merge pull request #65250 from ClickHouse/revert-51008-nopresigned
Revert "Change default s3_throw_on_zero_files_match to true, document that presigned S3 URLs are not supported"
2024-06-13 21:12:21 +00:00
Max K
87f451d764
Revert "Change default s3_throw_on_zero_files_match to true, document that presigned S3 URLs are not supported" 2024-06-13 22:36:57 +02:00
Max K
99ce17fb2b style fix 2024-06-13 22:15:39 +02:00
Max K
dfcb365062 CI: Do not skip FinishCheck in Merge Queue 2024-06-13 21:53:55 +02:00
Alexey Milovidov
dcbfa50446
Merge pull request #51008 from ClickHouse/nopresigned
Change default s3_throw_on_zero_files_match to true, document that presigned S3 URLs are not supported
2024-06-13 21:25:38 +02:00
Alexey Milovidov
02677892e3 Fix libunwind in CI 2024-06-13 21:03:02 +02:00
Alexander Tokmakov
99cd2f48ac
Merge pull request #65112 from ClickHouse/tavplubix-patch-10
Update test_replicated_database/test.py
2024-06-13 19:02:01 +00:00
Max K
5bc879c07c comment 2024-06-13 20:42:30 +02:00
Antonio Andelic
5f686fdb07 Less flaky 01019_alter_materialized_view_consistent 2024-06-13 18:34:14 +00:00
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
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
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
Mikhail Gorshkov
a6520bcf90 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into ADQM-1893 2024-06-13 14:03:11 +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