Robert Hodges
Robert Hodges
Deleting the operator and then reinstalling it may cause currently running clusters to be deleted without warning. Here's a reproduction of the problem from current HEAD repo contents. 1. Install...
**Describe the bug** I'm using clickhouse-sqlalchemy 0.2.0 from pypi.org and have been unable to get http protocol to work properly. If I provide a URL like http://demo:demo@localhost:8123/default the engine.execute() method...
Issuing a command like 'vcd search vm' fails with an obscure error on some vCD installations (mine in particular): ``` $ vcd search vm Usage: vcd search [OPTIONS] [resource-type] Error:...
CHK resource fails to come up on AWS EKS due to wrong FS permissions on /var/lib/clickhouse-keeper
**What's wrong:** The CHK example in 02-extended-1-node.yaml fails if you use the Altinity 23.8.8.21 docker image on EKS. I thought this was an Altinity Stable Bug but it also happens...
Diagnosing HTTP call failures often requires detailed logging of the request/response. The problem is that such logging is either feast or famine: - HTTP logging is turned off so there's...
This issue tracks deliverables on the ~2024~ 2025 roadmap for Sink Connector. Feel free to comment on current deliverables and suggest new ones in comments. ### Upcoming Releases ~**2.2.1** -...
Add guidance on using ReplacingMergeTree and add it as front page README.md link. 1. RMT engine overview including references to how it works. 2. How sink connector uses RMT to...
Sample docker compose scripts currently live in directory /sink-connector-lightweight/docker. They need cleanup for the prod release. Here are the planned changes: 1. The scripts will be stored in doc/examples/lightweight. 2....
Hi, I'm trying to encode a query that uses external data. Here's an example. 'values' are external data and must be supplied as form data. SELECT number FROM numbers(20) WHERE...
This is an initial issue to track conversation on simplifying the block aggregator build process. Currently it requires running the external-deps-ubuntu.sh script. This should change to the following more relaxed...