Jakob Hostnik
Jakob Hostnik
@mkindahl I believe this is the stack trace you are looking for. ``` Already logging to /var/lib/postgresql/data/debuglog.txt. Attaching to process 172 Reading symbols from /usr/lib/postgresql/15/bin/postgres... Reading symbols from /usr/lib/debug/.build-id/a1/7fec33e3a8cf89bd57230032466c94be408f6f.debug... Reading...
To save you some time: https://github.com/timescale/timescaledb/blob/402c1c3f28ed6b201be45e3c9d5d75090e1cef7f/tsl/src/compression/compression.c#L2553
Hello! I am on my paternity leave until the end of the month. But I may have used version mismatched to docker image used. I may have forgotten to run...
After just simple upgrade from 2.13.0 to 2.13.1 we noticed regular (every 9 hours) OOM kill of Postgres process in our Kubernetes setup. **We also do not insert into compressed...
Even with changed settings, we still get memory leak every few hours. I think we will have to downgrade since this issue is too serious. 
We had to downgrade timescaledb to version 1.13.0 - the version we had before those issues. But to our suprise we still experience this issue.
After upgrading to pg15.6-ts2.14.0 problem disappeared for us. Probably due to memory leak fixed in pg15.6. https://www.postgresql.org/about/news/postgresql-162-156-1411-1314-and-1218-released-2807/ 
This is awful for IPv6-only devices and dualstack servers. https://stackoverflow.com/questions/11974232/return-ipv6-in-java This `-Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true` solves the issue for one device. But the solution should work for every device. We have a...
You can use `opts.setServerURIs()` to use working IP/host out of many. This is how I overcame my problem in IPv6 only network. Because you cannot use IPv6 literals (https://github.com/eclipse/paho.mqtt.java/issues/322): -...
Hi! Same problem here. I cannot perform clean official install on rpi3  I believe this guy has the same issue: https://community.home-assistant.io/t/first-time-install-not-working/626061