questdb icon indicating copy to clipboard operation
questdb copied to clipboard

Windows, docker: incorrect data inserted

Open ideoma opened this issue 5 months ago • 1 comments

To reproduce

Run on windows 11 pro, docker desktop v4.28

docker run -t -i -v C:\Volumes\QuestDB:/var/lib/questdb -p 9000:9000 -p 9009:9009 -p 8812:8812 -p 9003:9003 --restart=always --net=docker-net --name=questdb questdb/questdb:8.1.1

Using web console run

image

See value inserted as 0. See logs

logs.txt

QuestDB version:

8.1.1

OS, in case of Docker specify Docker and the Host OS:

Windows 11 Pro, docker

File System, in case of Docker specify Host File System:

NTFS

Full Name:

Alex Pelagenko

Affiliation:

QuestDB

Have you followed Linux, MacOs kernel configuration steps to increase Maximum open files and Maximum virtual memory areas limit?

  • [X] Yes, I have

Additional context

Note: this is a user-reported issue, to be reproduced

ideoma avatar Sep 19 '24 14:09 ideoma