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
Michael Stetsyuk
01cb0eb32f
mv fixReplicaMetadataVersionIfNeeded from attach thread to restarting thread
2024-10-28 13:06:26 +00: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
Dale Mcdiarmid
93494b08f5
fix spelling
2024-10-28 10:01:40 +00:00
Dale McDiarmid
139fd5bde7
Merge branch 'master' into extra_credentials_s3
2024-10-28 09:59:33 +00:00
Antonio Andelic
a59a4ab8d0
Merge pull request #70820 from ClickHouse/anthropod
...
Fix a crash and a leak in AggregateFunctionGroupArraySorted
2024-10-28 09:30:38 +00:00
Örjan Fors
c2ce618ec9
Increase auxv vector to support higher values
...
This makes the server run on Oracle Linux UEK 6.10+.
2024-10-28 09:28:40 +00:00
Antonio Andelic
04903c18a0
Merge pull request #71058 from ClickHouse/sync-code
...
Sync changes to `ProtocolServerAdapter`
2024-10-28 08:12:50 +00:00
Tuan Pham Anh
dfe85284c9
Merge remote-tracking branch 'origin/master' into support-ddl-on-cluster-stop-waiting-offline-hosts
2024-10-28 08:05:32 +00:00
vdimir
1c9ac87891
Revert "add test 03257_client_history_max_entries"
...
This reverts commit 845a9d5a2c
.
2024-10-28 07:37:30 +00:00
vdimir
845a9d5a2c
add test 03257_client_history_max_entries
2024-10-28 07:37:21 +00:00
Tuan Pham Anh
98c6afcf53
Merge remote-tracking branch 'origin/master' into support-ddl-on-cluster-stop-waiting-offline-hosts
2024-10-28 07:30:23 +00:00
Roman Antonov
338758361f
Merge branch 'ClickHouse:master' into master
2024-10-28 09:17:34 +03:00
Alexey Milovidov
2da8b508d1
Merge branch 'master' into strict-license-check
2024-10-28 06:38:30 +01:00
Alexey Milovidov
477a58bdf0
Merge pull request #71067 from ClickHouse/fix-a-typo
...
Fix a typo
2024-10-28 05:37:37 +00:00
Alexey Milovidov
d74d8c3577
Merge branch 'master' into no-detached-parts-readonly
2024-10-28 06:36:44 +01:00
Alexey Milovidov
9fe8315943
Fix test
2024-10-28 06:36:26 +01:00
Alexey Milovidov
7f90251d1f
Merge branch 'master' into no-detached-parts-async-metrics
2024-10-28 06:35:29 +01:00
Alexey Milovidov
a91ed4c2df
Merge branch 'master' into no-system-table-generate-series
2024-10-28 06:34:57 +01:00
Alexey Milovidov
20d0d2293d
Merge branch 'master' of github.com:ClickHouse/ClickHouse into uniq-symbols-in-coverage-log
2024-10-28 06:34:25 +01:00
Alexey Milovidov
e0b1dbfb79
Merge branch 'master' into uniq-symbols-in-coverage-log
2024-10-28 06:34:14 +01:00
Alexey Milovidov
6eb2c4cd07
Merge pull request #71103 from ClickHouse/fix-private-build
...
Fix error in Replicated database
2024-10-28 06:33:20 +01:00
Alexey Milovidov
9327ce0265
Fix error in Replicated database
2024-10-28 04:25:28 +01:00
Romeo58rus
cf4730411a
Trying to pass the tests
2024-10-28 03:27:26 +03:00
Alexey Milovidov
9dc47ca5cd
Unique symbols in the system.coverage_log
2024-10-27 22:02:08 +01:00
Alexey Milovidov
5592d6893c
Unique symbols in the system.coverage_log
2024-10-27 22:01:16 +01:00
Romeo58rus
4e57a92623
Change a test 2
2024-10-27 22:26:04 +03:00
Roman Antonov
7aae35c59c
Merge branch 'ClickHouse:master' into master
2024-10-27 22:16:28 +03:00
Alexey Milovidov
0cbf3c3b2f
Merge pull request #71090 from ClickHouse/lower-log-levels
...
Lower log levels in S3
2024-10-27 19:23:33 +01:00
Alexey Milovidov
cde4d07473
Merge pull request #71096 from ClickHouse/sync-with-private-2
...
Sync integration test with private
2024-10-27 19:21:44 +01:00
Alexey Milovidov
b5213da47c
Sync integration test with private
2024-10-27 19:21:08 +01:00
Romeo58rus
387d980491
Trig CI
2024-10-27 18:36:05 +03:00