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
Anton Popov
f8c13061a7
fix optimization of replacing algorithm
2024-10-28 15:20:01 +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
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