Mykola Ulianytskyi (Nikolay Ulyanitsky)

Results 10 comments of Mykola Ulianytskyi (Nikolay Ulyanitsky)

Same problem and output with different Linux distributions in Docker: ```dockerfile FROM python:3.11-rc-bullseye RUN set -ex \ && apt-get update \ && apt-get install -y -V libpng16-16 libpng-dev libbrotli1 libbrotli-dev...

Same problem on grafana/loki:3.0.0 Bloom doesn't work in SSD mode.

Hi @zhicwu, Thank you for your detailed answer. > It appears that there are multiple ClickHouse servers running behind the DNS Nope. A single ClickHouse Server and a single ClickHouse...

> Therefore, if an insert operation takesis reproduced longer than the default session timeout. We don't have such long transactions. The bug has 100% reproduction rate on new idle server...

@zhicwu , thank you for the workaround. Last question: are you going to make some fixes in the JDBC-driver to remove this annoying and useless DB::Exception: Session not found from...

> @mook-as and if anyone else stumble on this issue. Using procmon I could determine that it's VScode invoking docker.exe context ls about every second. Disabling the "Dev containers" extension...

> Issue seems to happen with Docker Desktop as well: https://github.com/docker/for-win/issues/13929 Yes, but users reported on it that the problem was fixed in Docker for Windows 4.30: https://github.com/docker/for-win/issues/13929#issuecomment-2108495175

FYI, I resolved this problem by switching to nVidia 30xx graphics card, disabling the AMD integrated graphics in the BIOS, and uninstalling the AMD graphics drivers.

There is another reproduce with http.ListenAndServe() on Linux: https://github.com/golang/vscode-go/issues/3835