Commit Graph

157203 Commits

Author SHA1 Message Date
Alexey Milovidov
fadf93a622
Merge pull request #71143 from ClickHouse/kssenii-patch-13
Try fix rabbitmq
2024-10-28 19:17:28 +00:00
Roman Antonov
2e46348d05
Merge branch 'ClickHouse:master' into master 2024-10-28 21:40:35 +03:00
Kseniia Sumarokova
116db8d6b7
Fix 2024-10-28 19:06:03 +01:00
Alexey Milovidov
bef86391fa system.session_log is quite okay 2024-10-28 18:58:14 +01:00
Shichao Jin
cca5d54657
Merge pull request #71089 from jsc0218/ProjRebuildRespectsRowExists
Proj LWD Rebuild Respects Deleted Rows
2024-10-28 17:49:44 +00:00
János Benjamin Antal
1e59e2932b Add test to verify #62308 works 2024-10-28 17:36:32 +00:00
Alexey Milovidov
8fb38750d5 Fix bad test 02561_sorting_constants_and_distinct_crash 2024-10-28 18:24:00 +01:00
Raúl Marín
49655e71f5 Update docs 2024-10-28 18:20:43 +01:00
Raúl Marín
f89887de6a Adjust existing tests 2024-10-28 18:18:18 +01:00
Raúl Marín
849ab015af
Update CHANGELOG.md
Co-authored-by: Vladimir Cherkasov <vdimir@clickhouse.com>
2024-10-28 17:51:34 +01:00
Konstantin Bogdanov
02381ec1f8
Add a test 2024-10-28 17:51:33 +01:00
Raúl Marín
08d070d982 Add basic test for setting tiers 2024-10-28 17:46:11 +01:00
Anton Popov
f43c6e8b2f
randomize setting enable_vertical_final 2024-10-28 17:42:18 +01:00
Raúl Marín
309f18debe Mark some NON-PRODUCTION settings 2024-10-28 17:42:07 +01:00
Kseniia Sumarokova
87cfc1dfd7
Update cluster.py 2024-10-28 17:29:15 +01:00
Alexey Milovidov
51e2a25934
Update src/Storages/MergeTree/MergeTreeData.cpp
Co-authored-by: Vladimir Cherkasov <vdimir@clickhouse.com>
2024-10-28 17:27:05 +01:00
Alexey Milovidov
09cfd89d5b
Merge pull request #71068 from gingerwizard/extra_credentials_s3
Extra credentials s3
2024-10-28 16:26:39 +00:00
Raúl Marín
5e9aa01f33 Introduce Setting tiers 2024-10-28 17:25:52 +01:00
Anton Popov
aa4aa91ae8 better prewarm of mark cache 2024-10-28 16:23:19 +00:00
Konstantin Bogdanov
1e7b7d4aa9
Check for an empty string 2024-10-28 17:16:44 +01:00
kssenii
8f6439e4e9 Allow to change more settings, better tests 2024-10-28 17:12:17 +01:00
Konstantin Bogdanov
700f04b15e
Wrong field 2024-10-28 17:02:48 +01:00
Konstantin Bogdanov
ab46e9b179
Check if default DB exists after authorization 2024-10-28 16:58:30 +01:00
Pablo Marcos
66013a2bb9 Fix for collecting old metrics already collected 2024-10-28 15:40:24 +00:00
Pablo Marcos
961fa4d5ce Use the proper timestamp from where the query_info is collected 2024-10-28 15:21:56 +00:00
Sergei Trifonov
f595b20d08
Merge branch 'master' into async_load_system_database 2024-10-28 16:15:58 +01:00
Raúl Marín
5ae0b64e62
Merge branch 'master' into hnsw-compat-val 2024-10-28 16:11:39 +01:00
serxa
a02a6f4e3d get rid of short debug log messages 2024-10-28 15:09:46 +00:00
serxa
d94435c6ab fix tidy build 2024-10-28 15:02:29 +00:00
Vladimir Cherkasov
a6fff970ac
Merge pull request #71129 from ClickHouse/vdimir/followup-70520
Followup #70520
2024-10-28 14:40:13 +00:00
Roman Antonov
febfe64321
Merge branch 'ClickHouse:master' into master 2024-10-28 17:32:08 +03:00
Robert Schulze
9ef09d46ee
Update compatibility value for hnsw_candidate_list_size_for_search 2024-10-28 13:49:29 +00:00
jsc0218
d18da05f3c fix 2024-10-28 13:45:47 +00:00
Alexander Tokmakov
445a6cccfc
Merge pull request #69660 from tuanpach/support-ddl-on-cluster-stop-waiting-offline-hosts
Support DDL On Cluster to stop waiting for offline hosts
2024-10-28 13:44:45 +00:00
jsc0218
3264a8e359 Merge branch 'ProjRebuildRespectsRowExists' of github.com:jsc0218/ClickHouse into ProjRebuildRespectsRowExists 2024-10-28 13:44:12 +00:00
jsc0218
cf86919835 Merge remote-tracking branch 'origin/master' into ProjRebuildRespectsRowExists 2024-10-28 13:43:15 +00:00
Raúl Marín
ffdca36937
Clear backward incompatible changes 2024-10-28 14:40:39 +01:00
Anton Popov
ab2e143591
Merge branch 'master' into prewarm-mark-cache 2024-10-28 13:44:29 +01:00
vdimir
55c9a50100
Revert "Make the definition of the new setting correct"
This reverts commit 424bec90cb.
2024-10-28 12:01:32 +00:00
Raúl Marín
36d25d3cf3 First round of cleanup 2024-10-28 12:26:26 +01:00
Pavel Kruglov
0c5a5a0b07
Slightly update JSON docs for better search 2024-10-28 12:25:08 +01:00
Pablo Marcos
b6ff82959f fixup! Remove wrong LOGICAL_ERROR 2024-10-28 11:24:24 +00:00
Pablo Marcos
25f5979ca3 Fix another source of race condition
At first I thought of doing the bare minimum when
`queries_mutex` was locked. However, scheduling
the task does not lock `exec_mutex` but other ones.

So, there is no deadlock in sight of scheduling
within `queries_mutex`. This way, we prevent a rare
case in which the task is scheduled before the query
is even added to the queries list.
2024-10-28 11:15:12 +00:00
Pablo Marcos
c583cbca00 Remove wrong LOGICAL_ERROR 2024-10-28 11:02:12 +00:00
Raúl Marín
d725ae8e3c Initial changelog for 24.11 2024-10-28 11:52:39 +01:00
Antonio Andelic
3e6b62f420
Merge pull request #70900 from filimonov/linux_capabilities
make numactl respect EPERM error, when get_mempolicy is is restricted by seccomp
2024-10-28 10:48:58 +00:00
Yarik Briukhovetskyi
ce9f2a0b24
Merge branch 'ClickHouse:master' into fix_datetime64_set_conversion 2024-10-28 11:40:38 +01:00
Romeo58rus
bdde9da3ca Trig Ci 2024-10-28 13:39:40 +03:00
Pablo Marcos
de880d0f8b Fix race condition in system.query_metric_log
If a scheduled task was pending to lock the query_mutex,
it could do so between the lock.unlock() and lock.lock()
of finishQuery which is used to break the exec_mutex deadlock.

In that case, a task scheduled running after the task
finished could attempt to do a new collection, which
is wrong. Let's avoid that altogether, and also add
some defensive programming to ensure this does not happen
in the future.
2024-10-28 10:39:23 +00:00
Pavel Kruglov
9eb6834946
Update error message for JSONAsObject format 2024-10-28 11:38:23 +01:00