Firm

Results 10 issues of Firm

Running query against table at clickhouse db ends with error. Query: `select * from hits_v1 where product = 'analytics'` Metabase error: `ClickHouse exception, message: Error parsing 'true' as java.lang.Integer; For...

bug
prio-high

I use http-type check to trace health of upstreams. Sometimes module wrongly marks upstream as failed although it gets 200 OK. By checking dump I noticed the following things: -...

Version: 0.9.16 **To Reproduce** 1. Log as root at the node with lightdm running 2. Run x11vnc -findauth 3. See `xauth: file /root/.Xauthority does not exist` error **Expected Behavior** 1....

bug

I use http-type check to trace health of upstreams. Sometimes module wrongly marks upstream as failed although it gets 200 OK. By checking dump I noticed the following things: -...

When checking upstream, module closes connection to upstream first by sending FIN, without waiting for upstream to close connection (by sending FIN first). This causes lots of TIME_WAITs at the...

As you know, there's proxy_bind command which allows to specify outgoing IP address when proxying request. It will be perfect if one could specify outgoing IP address for checks. Like...

It seems that statistics being logged into console/file shows backend database/user names instead of frontend. Consider this config: ``` database "mydb" { user "myuser" { ... } user "myuser_ro" {...

Hi, I have following databases in odyssey.conf: ``` database "dbmine" { # skipped } database "dbmine_web" { # skipped } database "dbmine_wrk" { # skipped } ``` I see connections...

While psql could establish connection to end server (13 version) with parameters like: `SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off)` odyssey fails with error like this: `(tls)...