Skip to content

[Bug]: 配置agfs端口号为8081后,QueueManager似乎还是以默认端口号8080启动 #101

@zeus-cht

Description

@zeus-cht

Bug Description

配置agfs端口号为8081后,QueueManager似乎还是以默认端口号8080启动

Steps to Reproduce

配置"agfs"修改端口号,启动客户端

"agfs": {
      "port": 8081,
      "log_level": "warn",
      "path": "./data",
      "backend": "local",
      "timeout": 10,
      "retry_times": 3,
      "s3_bucket": null,
      "s3_region": null,
      "s3_access_key": null,
      "s3_secret_key": null
    }

Expected Behavior

QueueManager似乎还是以配置的端口号8081启动

Actual Behavior

QueueManager似乎还是以默认端口号8080启动

Minimal Reproducible Example

Error Logs

2026-02-09 14:28:26,597 - openviking.agfs_manager - INFO - [AGFSManager] Starting AGFS on port 8081 with backend local
2026-02-09 14:28:26,597 - openviking.agfs_manager - INFO - [AGFSManager] Waiting for AGFS to be ready at http://localhost:8081/api/v1/health
2026-02-09 14:28:26,597 - openviking.agfs_manager - INFO - [AGFSManager] Config file: /home/cht/AgentBench/SWE-agent/tools/openviking/bin/.openviking/.agfs/config.yaml
2026-02-09 14:28:26,700 - openviking.agfs_manager - INFO - [AGFSManager] AGFS is ready
2026-02-09 14:28:26,700 - openviking.agfs_manager - INFO - [AGFSManager] AGFS started at http://localhost:8081
2026-02-09 14:28:26,701 - openviking.storage.viking_vector_index_backend - INFO - VikingDB backend initialized with local storage: .openviking/vectordb
2026-02-09 14:28:26,701 - openviking.storage.queuefs.queue_manager - INFO - [QueueManager] Initialized with agfs_url=http://localhost:8080, mount_point=/queue

OpenViking Version

0..1.7

Python Version

3.13.5

Operating System

Linux

Model Backend

None

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions