Commit Graph

121718 Commits

Author SHA1 Message Date
Alexey Gerasimchuck
b7c47af8bf added missed files 2023-08-11 06:18:20 +00:00
Alexey Gerasimchuck
5bc5649732 added an integration test for peak_memory_usage 2023-08-11 05:39:13 +00:00
robot-ch-test-poll
066dd8a2e8
Merge pull request #52949 from CurtizJ/fix-nested-array-lowcardinality
Fix reading of empty `Nested(Array(LowCardinality(...)))`
2023-08-07 23:32:25 +02:00
Alexander Tokmakov
3073f783e9
Merge pull request #53119 from ClickHouse/tavplubix-patch-9
Update `test_restore_replica`
2023-08-08 00:29:28 +03:00
Sean Haynes
77dd869414
Add ability to log when max_partitions_per_insert_block is reached (#50948)
* Add ability to log when max_partitions_per_insert_block is reached

There's plenty of reasons to drop max_partitions_per_insert_block
down from it's default of 100, with the main one being even touching
remotely close to this number of partitions will create a lot of
merge activity that can de-stabilise a cluster.

This commit adds the ability to log when the above limit is reached
rather than throw an exception, so that you can gauge the impact on
users when dropping this value down.

* Update docs/ru/operations/settings/query-complexity.md

Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>

* Update docs/ru/operations/settings/query-complexity.md

Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>

* Update docs/ru/operations/settings/query-complexity.md

Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>

---------

Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
2023-08-07 23:28:19 +02:00
Sema Checherinda
796f874116
metrics_perf_events_enabled turn off in perf tests (#52072)
* metrics_perf_events_enabled turn off in perf tests

* turn on metrics_perf_events_enabled for heating and profile requests

* close_perf_descriptors fix the condition

* do not read opend but disabled perf event

* Revert "do not read opend but disabled perf event"

This reverts commit eeab1c9c63.
2023-08-07 23:25:16 +02:00
Azat Khuzhin
2f414950b7
Fix logging for asynchronous non-batched distributed sends (#52583)
Before you may see the following:

  2023.07.25 09:21:39.705559 [ 692 ] {6b5e1299-1b64-4dbb-b25d-45e10027db22} <Trace> test_hkt5nnqj.dist_opentelemetry.DirectoryMonitor.default: Finished processing `` (took 37 ms)

Because file_path and current_file are the references to the same
variable in DistributedAsyncInsertDirectoryQueue::processFile().

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-08-07 20:57:42 +02:00
Mikhail f. Shiryaev
ab4b4ed873
Merge pull request #53126 from ClickHouse/finish-mergeable-check
Update `Mergeable Check` at the finishing CI
2023-08-07 20:15:55 +02:00
Vitaly Baranov
6af6247f8a
Merge pull request #52970 from arenadata/ADQM-985
Add `storage_policy` parameter in the `SETTINGS` clause of `RESTORE` statements
2023-08-07 19:01:08 +02:00
Alexander Tokmakov
9d29b7cdbf
Merge pull request #53109 from ClickHouse/tavplubix-patch-8
Update PocoHTTPClient.cpp
2023-08-07 19:33:39 +03:00
Mikhail f. Shiryaev
2347f5886b
Update Mergeable Check at the finishing CI 2023-08-07 18:06:50 +02:00
pufit
dc347d3dcb
Merge pull request #53010 from ClickHouse/pufit/keeper-client-fix-defaults
Fix default port for Keeper Client
2023-08-07 10:48:52 -04:00
Alexey Milovidov
4696254887
Merge pull request #53065 from ClickHouse/nickitat-patch-15
Add `abort_on_error=1` to `TSAN_OPTIONS`
2023-08-07 17:17:04 +03:00
Alexander Tokmakov
97a2988919
Update test.py 2023-08-07 16:58:59 +03:00
Kseniia Sumarokova
55864b51a4
Merge pull request #53055 from kssenii/fix-rare-race-on-key-prefix-directory-cleanup
Fix rare race condition with empty key prefix directory deletion in fs cache
2023-08-07 15:38:46 +02:00
Alexey Milovidov
2c8eb7fa08
Merge pull request #52898 from ucasfl/concept
Use concepts to replace more std::enable_if_t
2023-08-07 16:13:29 +03:00
Alexey Milovidov
277a58387c
Merge pull request #53111 from ClickHouse/revert-zstd-deflating-appendable-changes
Revert changes in `ZstdDeflatingAppendableWriteBuffer`
2023-08-07 16:06:49 +03:00
Anton Popov
981da23144 fix reading of empty Nested(Array(...)) 2023-08-07 12:32:12 +00:00
Antonio Andelic
f5597b1f8e Revert changes from https://github.com/ClickHouse/ClickHouse/pull/53064 2023-08-07 12:21:50 +00:00
Alexander Tokmakov
73d75cde11
Merge pull request #52958 from arenadata/ADQM-1011
Added new tests for session_log and fixed the inconsistency between login and logout.
2023-08-07 15:18:16 +03:00
Alexander Tokmakov
c7996d5453
increase election timeout in integration tests (#53052) 2023-08-07 14:48:52 +03:00
Alexander Tokmakov
d35dc46061
Update PocoHTTPClient.cpp 2023-08-07 14:39:58 +03:00
robot-ch-test-poll4
64df97eac4
Merge pull request #53102 from elenatorro/add-optional-parameters-to-buffer-engine
Add optional parameters to Buffer Engine definition
2023-08-07 12:43:59 +02:00
vdimir
490dfc93c5
Merge pull request #53000 from ClickHouse/vdimir/join_filter_set_sparse 2023-08-07 12:02:56 +02:00
Kseniia Sumarokova
b1f0cb83ff
Merge pull request #52621 from valbok/readbuffer
MaterializedMySQL: Fix the infinite loop in ReadBuffer::read
2023-08-07 11:56:23 +02:00
Kseniia Sumarokova
e593efc827
Merge pull request #53032 from valbok/nc-alter
MaterializedMySQL: Add tests to alter named collections
2023-08-07 11:54:49 +02:00
János Benjamin Antal
358846c0fb
Merge pull request #52852 from ClickHouse/maybe-fix-02352_rwlock
Try to fix 02352_rwlock
2023-08-07 11:02:53 +02:00
János Benjamin Antal
7c7b0e2f51
Merge pull request #52864 from ClickHouse/remove-duplicated-dialect-setting
Remove duplicated dialect setting value
2023-08-07 11:01:46 +02:00
Alexey Gerasimchuck
7dbc0d3510
Merge branch 'master' into ADQM-1011 2023-08-07 18:54:16 +10:00
Elena Torró
f423b440d1 Add optional parameters to Engine definition 2023-08-07 09:55:16 +02:00
SmitaRKulkarni
75f81bdc44
Merge pull request #50795 from ClickHouse/azure_table_function_cluster
Table function azureBlobStorageCluster
2023-08-07 09:16:52 +02:00
Alexey Gerasimchuck
a5a7a121c0
Merge branch 'master' into ADQM-1011 2023-08-07 16:29:21 +10:00
Antonio Andelic
fde8412d70
Merge pull request #52734 from ClickHouse/add-reading-from-archives
Merging reading from archives #50321
2023-08-07 08:20:26 +02:00
Antonio Andelic
5c61296f2d
Merge branch 'master' into add-reading-from-archives 2023-08-07 08:15:45 +02:00
flynn
e235edd774
Merge branch 'master' into concept 2023-08-07 10:24:25 +08:00
Alexey Gerasimchuck
da0c013b16
Merge branch 'master' into ADQM-1011 2023-08-07 07:44:57 +10:00
robot-ch-test-poll
4b8878556d
Merge pull request #53097 from ClickHouse/tylerhannan-patch-1
Update README.md
2023-08-06 22:40:12 +02:00
Tyler Hannan
ade6e53760
Update README.md 2023-08-06 21:46:06 +02:00
Antonio Andelic
182c92109b
Merge branch 'master' into add-reading-from-archives 2023-08-06 20:12:04 +02:00
Alexey Milovidov
7886e06217
Merge pull request #46051 from ucasfl/count-distinct-if
Continue of #42008, rewrite countDistinctIf with count_distinct_implementation
2023-08-06 19:31:44 +03:00
Alexey Milovidov
f4040236c6
Merge pull request #53091 from ClickHouse/clusters-for-development
Add clusters for running tests locally easily
2023-08-06 17:25:47 +03:00
flynn
fcd79e49b9
Merge branch 'master' into concept 2023-08-06 21:43:26 +08:00
Alexey Milovidov
f1f983a92b Add clusters for running tests locally easily 2023-08-06 13:34:11 +02:00
Antonio Andelic
53a60ba37a Merge branch 'master' into add-reading-from-archives 2023-08-06 10:22:05 +00:00
Antonio Andelic
cafa5ef2f3 Merge branch 'master' into add-reading-from-archives 2023-08-06 10:21:47 +00:00
Alexey Gerasimchuck
476d5b7b2b
Merge branch 'master' into ADQM-1011 2023-08-06 10:57:54 +10:00
Alexey Milovidov
5d063e5960
Merge pull request #52974 from danipozo/s3_request_throttling_on_backups
Make it possible to throttle S3 requests on backups
2023-08-06 02:52:00 +03:00
Alexey Gerasimchuck
b65a86c530
Merge branch 'master' into ADQM-1011 2023-08-06 07:29:40 +10:00
Alexey Milovidov
00bcd58242
Merge pull request #53084 from ClickHouse/auto/v23.7.3.14-stable
Update version_date.tsv and changelogs after v23.7.3.14-stable
2023-08-05 22:35:15 +03:00
robot-clickhouse
f65fa627e7 Update version_date.tsv and changelogs after v23.7.3.14-stable 2023-08-05 19:26:13 +00:00