Yakov Olkhovskiy
93a922f169
merge master
2024-08-13 03:28:25 +00:00
Yakov Olkhovskiy
adf7ee1c7a
merge master
2024-07-30 23:05:45 +00:00
Alexey Milovidov
52ce61a006
Merge branch 'master' into enable-text-log
2024-07-30 20:18:25 +02:00
Alexey Milovidov
a70571762f
Enable text_log by default
2024-07-30 10:08:35 +02:00
Azat Khuzhin
870ec237bb
Add ability to load dashboards for system.dashboards from config
...
One of the obvious reasons is to allow rendering them with readonly
user, which is not possible right now, due to usage of merge() function
there.
Another one, is to add some custom metrics.
Note, that once set, they overrides the default dashboards preset.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-26 21:21:09 +02:00
Yakov Olkhovskiy
1836a69b33
Merge branch 'master' into ft-chunked-protocol
2024-07-12 15:43:25 +00:00
Yakov Olkhovskiy
2794b7bf84
defaults to notchunked, add docs to server's and client's configs
2024-07-10 00:20:11 +00: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
Denny Crane
a6a3991f39
comment out more default settings
2024-06-23 16:51:36 -03: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
Pablo Marcos
71f8937abd
Merge branch 'master' into system-error-log
2024-06-20 16:33:44 +00:00
alesapin
85771099f4
Merge pull request #64061 from ClickHouse/workload-for-merges
...
Workload classification for merges and mutations
2024-06-18 10:17:27 +00:00
Pablo Marcos
216d26987a
Add test and config changes for system.error_log
2024-06-18 08:37:40 +00:00
Pablo Marcos
0ae0ca1a95
Add system.error_log that flushes periodically system.errors to disk
2024-06-18 08:37:40 +00:00
Alexey Milovidov
204b27d0f0
Merge branch 'master' into async-load-by-default
2024-06-17 05:21:13 +02:00
serxa
08a293a91f
Merge branch 'master' into workload-for-merges
2024-06-11 21:33:25 +00:00
serxa
7594e06ea2
Merge branch 'master' into workload-for-merges
2024-06-07 13:58:41 +00:00
Azat Khuzhin
833f031721
Handle logs from rocksdb by ClickHouse internal logging
...
Someone may not know about /path/to/rocksdb/LOG, and besides it requires
an access to data dir, instead of logs dir.
v2: fix use-after-free due to destruction order (https://s3.amazonaws.com/clickhouse-test-reports/64856/8cefc1a1ba5ddfdda033694a14e1f1847d497092/stateless_tests__asan__[2_4]/stderr.log )
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-06-06 17:47:39 +02:00
Alexey Milovidov
7c76341e03
Merge branch 'master' into async-load-by-default
2024-06-05 04:49:58 +02:00
Pratima Patel
3bfe259ea0
Fix the documentation for config property users_without_row_policies_can_read_rows which is true by default now as per pull request 58584
2024-05-30 08:52:00 -04:00
serxa
96e19ac548
add merge_workload and mutation_workload settings for server and merge tree
2024-05-17 17:10:40 +00:00
Konstantin Bogdanov
38e8b4991e
Undo breaking change
2024-04-22 00:01:33 +02:00
jsc0218
7525b2acf4
Merge pull request #60117 from jsc0218/TableEngineGrant_version2
...
TableEngineGrant_version2
2024-04-18 14:30:34 +00:00
János Benjamin Antal
599e928e1f
Merge pull request #61997 from azat/sentry-logical-error
...
[RFC] Send LOGICAL_ERRORs to sentry
2024-04-16 12:26:42 +00:00
Robert Schulze
2a3b5bd74d
Merge pull request #58956 from AVMusorin/kafka-settings
...
Separate consumer/producer settings for Kafka
2024-04-15 15:11:19 +00:00
Azat Khuzhin
f1cb1f80b6
Make sending LOGICAL_ERRORs to sentry configurable
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-04-11 15:56:26 +02:00
yariks5s
ca27cf3fde
fix mapper for gcs
2024-04-03 16:38:41 +00:00
Aleksandr Musorin
f9d81bc774
refactore: improve reading several configurations for kafka
...
Simplify and do some refactoring for kafka client settings.
Allows to set up separate
settings for consumer and producer like:
```
<consumer>
...
</consumer>
<producer>
<kafka_topic>
<name>topic_name</name>
...
</kafka_topic>
</producer>
```
Moreover, this fixes warnings from kafka client like:
`Configuration property session.timeout.ms is a consumer property and
will be ignored by this producer instance`
2024-03-27 14:53:33 +01:00
jsc0218
c5dc35e5c4
try enable grant of table engine in test
2024-03-14 01:31:45 +00:00
jsc0218
b3b46ea708
Merge remote-tracking branch 'origin/master' into TableEngineGrant_version2
2024-03-14 00:36:29 +00:00
Nikita Mikhaylov
2bc4d27ac6
Bye bye
2024-03-07 19:24:39 +00:00
Alexey Milovidov
079f5af0a8
Merge branch 'master' into async-load-by-default
2024-03-03 05:40:48 +01:00
jsc0218
2b54c11d63
Merge branch 'ClickHouse:master' into TableEngineGrant_version2
2024-03-02 20:42:04 -05:00
Alexey Milovidov
c362bbc9ca
Merge pull request #60390 from ClickHouse/redirect-handlers
...
Allow configuring HTTP redirect handlers for clickhouse-server
2024-03-02 05:15:31 +03:00
bluikko
1aea952382
Fix typo in config.xml #60623
...
"be Tableau" should be "by Tableau".
2024-03-01 16:13:45 +07:00
jsc0218
b4b19ae2ad
Merge branch 'master' into TableEngineGrant_version2
2024-02-28 10:56:30 -05:00
Alexey Milovidov
0721f524ce
Merge branch 'master' into async-load-by-default
2024-02-27 02:19:32 +01:00
Robert Schulze
1751d76234
Minor doc fixups
2024-02-26 11:42:11 +00:00
Robert Schulze
1e40b63cb1
Merge remote-tracking branch 'ClickHouse/master' into dist/config-settings
2024-02-26 11:15:51 +00:00
Alexey Milovidov
2edb3d5ba1
Add documentation
2024-02-25 23:58:29 +01:00
Vitaly Baranov
b130726a0c
Merge branch 'master' into add-config-setting-remove-backup-files-after-failure
2024-02-22 18:09:12 +01:00
jsc0218
afa7a95c8c
add backward compatibility
2024-02-20 02:11:31 +00:00
Vitaly Baranov
5591d74076
Add new config setting "backups.remove_backup_files_after_failure".
2024-02-14 23:19:21 +01:00
Azat Khuzhin
c61ac1d3bc
Convert default_replica_path/default_replica_name into server settings
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-02-12 21:05:58 +01:00
Alexey Milovidov
8085f5f142
Merge branch 'master' into async-load-by-default
2024-01-29 00:03:47 +01:00
Alexey Milovidov
aec3f28ccb
Support backups for compressed in-memory tables
2024-01-28 23:06:50 +01:00
Azat Khuzhin
4248ae509a
Support specifying settings for Distributed engine in config (like for MergeTree)
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-01-27 18:06:16 +01:00
Azat Khuzhin
1404b73b50
Add example of configuring ReplicatedMergeTree via config.xml
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-01-27 17:03:18 +01:00
kssenii
3d564c0802
Fix typo
2024-01-17 10:34:13 +01:00