Description
Steps to reproduce:
List the minimal actions needed to reproduce the behaviour.
Run influxdb:3-core on amd (linux)
docker sys-logs reports:
kernel: traps: influxdb3[8972] trap invalid opcode ip:5b620d00b822 sp:7ffd45d3c220 error:0 in influxdb3[5b620a200000+5ab1000]
Expected behaviour:
influxdb should just start
Actual behaviour:
No other logs than the one mentioned above.
Environment info:
uname -srm:
Linux 6.8.0-58-generic x86_64
docker:
docker-ce 5:28.1.1-1ubuntu.24.04noble
Config:
Copy any non-default config values here or attach the full config as a gist or file.
The part of the compose file:
influxdb3:
image: docker.sys-int.de/influxdb:3-core
container_name: influxdb3
platform: linux/amd64
security_opt:
- no-new-privileges=true
restart: unless-stopped
environment:
INFLUXDB3_MAX_HTTP_REQUEST_SIZE: "10485760"
INFLUXDB3_GEN1_DURATION: "10m"
INFLUXDB3_WAL_FLUSH_INTERVAL: "1s"
INFLUXDB3_WAL_SNAPSHOT_SIZE: "600"
INFLUXDB3_NUM_WAL_FILES_TO_KEEP: "50"
INFLUXDB3_WAL_MAX_WRITE_BUFFER_SIZE: "100000"
INFLUXDB3_BUFFER_MEM_LIMIT_MB: "5000"
INFLUXDB3_PARQUET_MEM_CACHE_SIZE_MB: "1000"
INFLUXDB3_FORCE_SNAPSHOT_MEM_THRESHOLD: "70%"
INFLUXDB3_BUCKET: "default"
INFLUXDB3_OBJECT_STORE: "file"
#INFLUXDB3_DB_DIR: "/data"
INFLUXDB3_DATA_DIR: "/data"
INFLUXDB3_PLUGIN_DIR: "/plugins"
INFLUXDB_IOX_DB_DIR: "/var/lib/influxdb3"
INFLUXDB3_NODE_IDENTIFIER_PREFIX: "smarthome"
volumes:
- /data/influxdb3/data:/data
- /data/influxdb3/plugins:/plugins
- /data/influxdb3/lib:/var/lib/influxdb3
Logs:
No other logs, thant the mentioned above.