Skip to content

container fails to start influxdb3 #1

@Ravenwater

Description

@Ravenwater

Successfully build the container, but running the container fails to start the Influxdb3 database:

$ sh run_docker.sh                                                                                                                                  
2025-06-20T21:23:40.967531Z  INFO influxdb3_lib::commands::serve: InfluxDB 3 Core server starting node_id=my_host git_hash=c4911100939e5f1f2b81b1995
7863e9de0f4438a version=3.2.0-nightly uuid=9d67cef5-4b2c-4371-84eb-6d70fcc150d9 num_cpus=16                                                         
2025-06-20T21:23:40.970260Z  INFO influxdb3_clap_blocks::object_store: Object Store db_dir="C:/Program Files/Git/app/data" object_store_type="Direct
ory"                                                                                                                                                
2025-06-20T21:23:40.977626Z  INFO influxdb3_lib::commands::serve: Creating shared query executor num_threads=16                                     
2025-06-20T21:23:41.035559Z  INFO influxdb3_catalog::object_store: catalog not found, creating a new one catalog_uuid=7c38026c-f5f6-4a34-ac2f-c5fcab
60a7bf                                                                                                                                              
2025-06-20T21:23:41.041222Z  INFO influxdb3_catalog::object_store: persisted catalog checkpoint file sequence=0                                     
2025-06-20T21:23:41.041278Z  INFO influxdb3_catalog::catalog::update: create database name="_internal"                                              
2025-06-20T21:23:41.041798Z  INFO influxdb3_catalog::catalog: creating new database database_name="_internal"                                       
2025-06-20T21:23:41.043392Z  INFO influxdb3_catalog::object_store: persisted next catalog sequence put_result=PutResult { e_tag: Some("2ffed-6380779
e1cb44-ed"), version: None } object_path=CatalogFilePath(Path { raw: "my_host/catalogs/00000000000000000001.catalog" })                             
2025-06-20T21:23:41.046964Z  INFO influxdb3_catalog::catalog: created internal database                                                             
2025-06-20T21:23:41.047074Z  INFO influxdb3_lib::commands::serve: catalog initialized catalog_uuid=7c38026c-f5f6-4a34-ac2f-c5fcab60a7bf             
2025-06-20T21:23:41.047107Z  INFO influxdb3_catalog::catalog::update: register node node_id="my_host" core_count=16 mode=[Core]                     
2025-06-20T21:23:41.047143Z  INFO influxdb3_catalog::catalog::update: registering new node to the catalog node_id="my_host" instance_id="307449cc-c3
4f-4684-9365-2302dea878b0"                                                                                                                          
2025-06-20T21:23:41.047477Z  INFO influxdb3_catalog::object_store: persisted next catalog sequence put_result=PutResult { e_tag: Some("2ffee-6380779
e1cb44-167"), version: None } object_path=CatalogFilePath(Path { raw: "my_host/catalogs/00000000000000000002.catalog" })                            
2025-06-20T21:23:41.048715Z  INFO influxdb3_lib::commands::serve: catalog initialized instance_id="307449cc-c34f-4684-9365-2302dea878b0"            
2025-06-20T21:23:41.049791Z  INFO influxdb3_catalog::catalog::update: set gen1 duration duration_ns=600000000000                                    
2025-06-20T21:23:41.050163Z  INFO influxdb3_catalog::object_store: persisted next catalog sequence put_result=PutResult { e_tag: Some("2ffef-6380779
e1f253-b2"), version: None } object_path=CatalogFilePath(Path { raw: "my_host/catalogs/00000000000000000003.catalog" })                             
2025-06-20T21:23:41.052457Z  INFO influxdb3_wal::object_store: replaying WAL files                                                                  
2025-06-20T21:23:41.052535Z  INFO influxdb3_wal::object_store: completed replaying wal files time_taken=81.572µs                                    
2025-06-20T21:23:41.053189Z  INFO influxdb3_lib::commands::serve: setting up background mem check for query buffer                                  
2025-06-20T21:23:41.053287Z  INFO influxdb3_lib::commands::serve: setting up telemetry store                                                        
2025-06-20T21:23:41.642245Z ERROR panic_logging: Thread panic panic_type="unknown" panic_message="called `Result::unwrap()` on an `Err` value: Parse
IntError { kind: Empty }" panic_file="influxdb3_processing_engine/src/virtualenv.rs" panic_line=107 panic_column=51                                 
2025-06-20T21:23:41.642294Z ERROR panic_logging: Thread panic panic_type="unknown" panic_message="called `Result::unwrap()` on an `Err` value: Parse
IntError { kind: Empty }" panic_file="influxdb3_processing_engine/src/virtualenv.rs" panic_line=107 panic_column=51                                 
                                                                                                                                                    
thread 'main' panicked at influxdb3_processing_engine/src/virtualenv.rs:107:51:                                                                     
called `Result::unwrap()` on an `Err` value: ParseIntError { kind: Empty }                                                                          
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace                                                                       
2025-06-20T21:23:41.650461Z  WARN executor: DedicatedExecutor dropped without calling shutdown()                                                    
2025-06-20T21:23:41.655210Z  WARN executor: DedicatedExecutor dropped without calling shutdown()                                                    
2025-06-20T21:23:41.655304Z  WARN executor: DedicatedExecutor dropped without waiting for worker termination                                                                                                                                                                                  

Any insight what is going wrong with the startup process?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions