Jakob Hostnik

Results 24 comments of Jakob Hostnik

Same problem applies when using csi driver with acme (private pki). There should be different certificates generated and used for each pod and should share common_name. Can anyone recommend any...

I have exactly same problem as above. I am using emqx. It was working before I was using x.905 certificates for authentication. Now when I try to do mTLS I...

Also, I found out updating certificates is not expected behavior. https://github.com/kubernetes/kops/issues/15970#issuecomment-1740027576 > No, kops expects you to update nodes at least every 455 days. So this issue probably does not...

I also believe this is linked to this issue: https://github.com/timescale/timescaledb/issues/6031

``` Table "public.signal" Column | Type | Collation | Nullable | Default --------+-----------------------------+-----------+----------+--------- id | bigint | | not null | time | timestamp without time zone | | not...

There is too much code to share the whole code. So I extracted only relevant SQL. For each data upload, we run these queries: ``` DELETE FROM signal WHERE id...

Hello! I did not know I missed the important part of the logs: ``` 2024-03-08 11:28:52 LOG: server process (PID 395739) was terminated by signal 11: Segmentation fault 2024-03-08 11:28:52...

I also tried the same test in our development environment as you @mkindahl, but I can only get it to fail in production. Here is the relevant code: ```rust async...

I just tested simple delete query in compressed chunk and bug was reproduced. ``` DELETE FROM signal WHERE id=738744145666 AND "time" BETWEEN '2023-10-01' AND '2023-11-02'; ``` ``` LOG: server process...

If you mean stack trace on client. I just executed this command using `psql`. If `log_min_messages=DEBUG5` and `log_min_error_statement=DEBUG5` would be enough for server, I can get it. But if you...