Skip to content

Commit

Permalink
Merge branch 'main' into revert-1749-revert-1743-keeper-http-readines…
Browse files Browse the repository at this point in the history
…s-endpoint
  • Loading branch information
thevar1able authored Dec 14, 2023
2 parents 3fb1c12 + a9a607f commit f0b30c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/en/guides/sre/keeper/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ ClickHouse Keeper can be used as a standalone replacement for ZooKeeper or as an
- `snapshot_storage_path` — Path to coordination snapshots.
- `enable_reconfiguration` — Enable dynamic cluster reconfiguration via [`reconfig`](#reconfiguration).
`False` by default.
- `max_memory_usage_soft_limit` — Soft limit in bytes of keeper max memory usage. Default value is `max_memory_usage_soft_limit_ratio` * `physical_memory_amount`.
- `max_memory_usage_soft_limit_ratio` — If `max_memory_usage_soft_limit` is not set or set to zero, we use this value to define the default soft limit. The default value is 0.9.
- `http_control` — Configuration of [HTTP control](#http-control) interface.

Other common parameters are inherited from the ClickHouse server config (`listen_host`, `logger`, and so on).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ Additionally, choose "Update workbook to use the published data source".
Finally, click "Publish", and your datasource with embedded credentials will be opened automatically in Tableau Online.


## Known limitations (ClickHouse 23.10)
## Known limitations (ClickHouse 23.11)

* Aggregation/filtering by week number does not work. Should be resolved after [#55308](https://github.com/ClickHouse/ClickHouse/issues/55308).
* Aggregation/filtering by quarter does not work. Should be resolved after [#55993](https://github.com/ClickHouse/ClickHouse/issues/55993)

If you encounter any other incompatibilities, please do not hesitate to [contact us](https://clickhouse.com/company/contact) or create a [new issue](https://github.com/ClickHouse/ClickHouse/issues).
All the known limitations has been fixed in ClickHouse `23.11`. If you encounter any other incompatibilities, please do not hesitate to [contact us](https://clickhouse.com/company/contact) or create a [new issue](https://github.com/ClickHouse/ClickHouse/issues).

0 comments on commit f0b30c8

Please sign in to comment.