divanik
|
b4be9d5c6f
|
Fix address
|
2024-07-04 13:40:36 +00:00 |
|
divanik
|
242b553253
|
Change unique_ptr creation to shared_ptr
|
2024-07-01 17:35:07 +00:00 |
|
divanik
|
a163007325
|
Change creation criteria of a local disk
|
2024-07-01 15:33:34 +00:00 |
|
divanik
|
9e92aed2de
|
Correct style check
|
2024-07-01 13:24:13 +00:00 |
|
divanik
|
fee7da5ed3
|
Corrected tests
|
2024-07-01 12:46:17 +00:00 |
|
divanik
|
bb0b93f77d
|
Change wrong implementations of copy and move
|
2024-07-01 11:11:16 +00:00 |
|
divanik
|
90601e0a1d
|
Merge branch 'divanik/fix_clickhouse_disks_2' of github.com:divanik/ClickHouse; branch 'master' of github.com:ClickHouse/ClickHouse into divanik/fix_clickhouse_disks_2
|
2024-07-01 11:10:05 +00:00 |
|
Alexey Milovidov
|
042c43e48f
|
Merge branch 'master' into local-memory-limit
|
2024-06-29 21:45:10 +02:00 |
|
Alexey Milovidov
|
a922b57ccc
|
Merge pull request #65532 from ClickHouse/no-jemalloc-message
Do not print jemalloc message at startup
|
2024-06-29 13:50:20 +00:00 |
|
Alexey Milovidov
|
9113981d0c
|
Merge branch 'master' into dont-load-outdated-parts-on-readonly
|
2024-06-29 04:38:44 +02:00 |
|
Alexey Milovidov
|
6b912425f9
|
Merge branch 'master' into no-jemalloc-message
|
2024-06-29 04:34:40 +02:00 |
|
Alexey Milovidov
|
c6e9894473
|
Merge branch 'master' into local-memory-limit
|
2024-06-29 04:19:12 +02:00 |
|
Alexander Tokmakov
|
4748e2929f
|
Merge pull request #65570 from ClickHouse/keeper_az
Improve ZooKeeper load balancing
|
2024-06-28 22:57:20 +00:00 |
|
Nikita Mikhaylov
|
191aad6b53
|
Merge pull request #65669 from ClickHouse/client-refactoring
Miscellaneous and insignificant changes around Client/ClientBase.
|
2024-06-28 11:44:40 +00:00 |
|
Nikita Taranov
|
f838c25d20
|
Merge pull request #65705 from ClickHouse/fix_linkage
Fix duplicate symbol linkage error
|
2024-06-27 23:02:09 +00:00 |
|
Nikita Taranov
|
b8e803218c
|
remote shart
|
2024-06-27 13:32:23 +01:00 |
|
János Benjamin Antal
|
0a79bd6bf7
|
Merge pull request #65559 from azat/fix-console_log_level
Fix logger.console_log_level (never works)
|
2024-06-27 08:51:12 +00:00 |
|
divanik
|
a67d468eaa
|
Forbid unregistered options
|
2024-06-26 17:25:43 +00:00 |
|
divanik
|
5cebec8152
|
fix some issues
|
2024-06-26 15:59:15 +00:00 |
|
divanik
|
b387a8d86a
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into divanik/fix_clickhouse_disks_2
|
2024-06-26 13:18:15 +00:00 |
|
Nikita Taranov
|
89a8925f80
|
impl
|
2024-06-26 12:02:15 +01:00 |
|
Robert Schulze
|
12bf75ce4d
|
Merge pull request #65547 from den-crane/fix/DEFAULT_MARK_CACHE_MAX_SIZE
Synchronize `MARK_CACHE_SIZE` value in default settings and config
|
2024-06-26 10:52:07 +00:00 |
|
Konstantin Bogdanov
|
665b4a9d1d
|
Merge pull request #62829 from ClickHouse/jwt-auth-in-client
Support JWT in `clickhouse-client`
|
2024-06-26 07:56:28 +00:00 |
|
Alexey Milovidov
|
628359ddc9
|
Add memory limit for clickhouse-local by default
|
2024-06-26 02:29:04 +02:00 |
|
Alexander Tokmakov
|
43cb2f6af7
|
remove trash
|
2024-06-26 02:03:22 +02:00 |
|
Alexey Milovidov
|
0f07ad4b1e
|
Merge branch 'master' into no-jemalloc-message
|
2024-06-25 23:59:07 +02:00 |
|
Alexey Milovidov
|
ad5a3f533f
|
Merge branch 'master' into dont-load-outdated-parts-on-readonly
|
2024-06-25 22:24:08 +02:00 |
|
divanik
|
5da4b69d57
|
Tried to fix tests
|
2024-06-25 17:20:42 +00:00 |
|
Nikita Mikhaylov
|
782669a9fd
|
Refactor
|
2024-06-25 14:23:37 +00:00 |
|
alesapin
|
12a129d838
|
Merge pull request #65545 from ClickHouse/add_customizeable_config_reloader_interval
Add ability to change config reload interval
|
2024-06-25 14:18:54 +00:00 |
|
Alexey Milovidov
|
029b24388b
|
Merge branch 'master' into no-jemalloc-message
|
2024-06-25 03:11:38 +02:00 |
|
Alexey Milovidov
|
eda9b9d874
|
Do not load inactive parts on readonly disks
|
2024-06-25 01:37:46 +02:00 |
|
Sema Checherinda
|
fb2f0e78f7
|
Merge pull request #63985 from ianton-ru/protocols-tls-extend-params
More parameters for tls layer in protocols
|
2024-06-24 12:41:56 +00:00 |
|
divanik
|
45507dd7d7
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into divanik/fix_clickhouse_disks_2
|
2024-06-24 09:58:31 +00:00 |
|
alesapin
|
fc10bf544f
|
Merge remote-tracking branch 'origin/master' into add_customizeable_config_reloader_interval
|
2024-06-24 11:38:02 +02:00 |
|
Robert Schulze
|
d6dfbe2762
|
Merge remote-tracking branch 'ClickHouse/master' into fix/DEFAULT_MARK_CACHE_MAX_SIZE
|
2024-06-24 09:16:49 +00:00 |
|
Robert Schulze
|
322ab9f0d0
|
Merge pull request #65584 from rschu1ze/comp_expr_cache_settings
Show compiled expressions cache settings in `system.server_settings`
|
2024-06-23 20:30:20 +00:00 |
|
Denny Crane
|
a6a3991f39
|
comment out more default settings
|
2024-06-23 16:51:36 -03:00 |
|
Alexey Milovidov
|
8d75fd53b2
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into no-jemalloc-message
|
2024-06-23 21:34:55 +02:00 |
|
Alexey Milovidov
|
d2e230744d
|
Merge pull request #65494 from ClickHouse/strict-parsing-in-keeper-client
Strict parsing in keeper client
|
2024-06-23 19:22:06 +02:00 |
|
Robert Schulze
|
4e1a68f33d
|
Show compiled expressions cache settings size in system.server_settings
|
2024-06-23 10:55:52 +00:00 |
|
Alexander Tokmakov
|
6b994b81a1
|
fix
|
2024-06-23 03:35:58 +02:00 |
|
Alexey Milovidov
|
36037d28f8
|
Merge branch 'master' into no-jemalloc-message
|
2024-06-22 20:30:59 +02:00 |
|
Azat Khuzhin
|
ba99955f11
|
Add missing logger directives into config.xml
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-06-22 17:54:14 +02:00 |
|
Denny Crane
|
a902d37615
|
resolve ambiguity in MARK_CACHE_SIZE default settings
|
2024-06-21 15:39:57 -03:00 |
|
alesapin
|
104dc8fa3e
|
Fix server settings
|
2024-06-21 19:16:27 +02:00 |
|
divanik
|
504cc3b090
|
Fix some tests
|
2024-06-21 16:27:21 +00:00 |
|
alesapin
|
0dc01f4a94
|
Add ability to change config reload interval
|
2024-06-21 18:24:20 +02:00 |
|
Alexey Milovidov
|
54c0bdee09
|
Fix style
|
2024-06-21 16:00:20 +02:00 |
|
Alexey Milovidov
|
5c541af995
|
Do not print jemalloc message at startup
|
2024-06-21 15:15:13 +02:00 |
|