akvlad
akvlad
# Some new information about the cLoki infrastructure to be considered for the further development Development of multitenancy for cLoki led to a vast code review and re-engineering, The main...
# Updates: - --url is cut out from the tenant information. The connection is only for the main clickhouse server - home tenant is prohibited to write user data. Access...
@ktpktr0 I pushed a new tag with more logs on ping. Please update the version and tell us the error you receive around the `Clickhouse DB not ready` one.
@ktpktr0 `getaddrinfo ENOTFOUND 192.168.10.150:8123;192.168.10.151:8123;192.168.10.152:8123\nError: getaddrinfo ENOTFOUND 192.168.10.150:8123;192.168.10.151:8123;192.168.10.152:8123` do you specify multiple hostnames of clickhouse with the `;` sign in the `CLICKHOUSE_SERVER` variable? We don't support multiple clickhouse servers in qrynJS....
- You can use ch-proxy. - You can run one qryn-js instance for each clickhouse node and hide it behind a round-robin load balancer (no alerting in this case) -...
@ktpktr0 https://clickhouse.com/docs/en/engines/table-engines/special/distributed#distributed-reading-data This is the distributed table engine used in the gist to provide cluster support. Every table with the distributed engine you see is needed to provide it. In...
@derlaft I have created a replicated deployment in my local machine and described my experience in https://github.com/metrico/qryn/issues/172 . I can confirm that after some troubleshooting replication started working. But I...
@derlaft let's say I have 10 shards behind kubernetes or HAProxy & round robin. I added 1000 logs with 1000 INSERT requests. Then I do `SELECT * FROM samples_v3`. Will...
@derlaft There can be a lot of shards with pure `Replicated` if I add some macros into config.xml ``` unique_id_for_each_node_of_the_cluster_01 example01-01-1 /clickhouse/tables/{shard}/{database}/{table} {replica} ```
I'm walking through old issues. @kazu12 is this issue still relevant for now?