-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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=/queueOpenViking Version
0..1.7
Python Version
3.13.5
Operating System
Linux
Model Backend
None
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working