Diego Nieto
Diego Nieto
In the whitelist, It would be better to specify the MAC Address instead of the hostname. If you have multiple AP running OpenWrt plus 802.11r fast roaming, the hostname is...
It would be nice though!
Hi @kssenii about this ```make threadpool size for reads/writes configurable``` are there any new clickhouse setting related? I'm testing master with s3 table function ... related about this https://github.com/ClickHouse/ClickHouse/issues/40128
It would be nice to fix this ❤️ Some workaround but it is not very convenient as security is downgraded: https://github.com/ClickHouse/ClickHouse/issues/32887#issuecomment-1427624770
To solve this problem if you failed and deleted the CRD (thanks to! @hodgesrm) There's a problem with stuck finalizers that can cause old CHI installations to hang. The sequence...
This example works so can we close this one? https://github.com/Altinity/clickhouse-operator/blob/master/docs/chi-examples/23-udf-example.yaml
AFAIK even hardcoding DNS in /etc/hosts does not work as explained in https://github.com/ClickHouse/ClickHouse/issues/31074
> which remote_storage type did you use? I'll check
``` general: allow_empty_backups: false backups_to_keep_local: {N_KEEP} backups_to_keep_remote: {N_KEEP} disable_progress_bar: false log_level: info max_file_size: 1099511627776 remote_storage: s3 clickhouse: host: localhost port: 9000 username: {USERNAME} password: {PASSWORD} disk_mapping: {} freeze_by_part: false log_sql_queries:...