Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init system error Error:14 unavailable: name resolution failed for target dns:milvusStandalone:19530 #3991

Closed
4 of 6 tasks
wchli opened this issue Mar 5, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@wchli
Copy link

wchli commented Mar 5, 2025

例行检查

  • [x ] 我已确认目前没有类似 issue
  • 我已完整查看过项目 README,以及项目文档
  • 我使用了自己的 key,并确认我的 key 是可正常使用的
  • 我理解并愿意跟进此 issue,协助测试和提供反馈
  • 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭

你的版本

  • 公有云版本
  • 私有部署版本, 具体版本号: 4.8.22

问题描述, 日志截图,配置文件等
使用docker-compose-milvus.yml启动部署,fastgpt一直重启,提示标题错误
复现步骤

预期结果

相关截图

@wchli wchli added the bug Something isn't working label Mar 5, 2025
@wchli
Copy link
Author

wchli commented Mar 5, 2025

docker logs milvusStandalone显示内容如下

`Load model====== chatitems
Load model====== chat
mongo start connect
✓ Ready in 953ms
mongo connected
[Info] 2025-03-05 14:41:23 Milvus connected
Init system error Error: 14 UNAVAILABLE: Name resolution failed for target dns:milvusStandalone:19530
at callErrorFromStatus (/app/node_modules/.pnpm/@grpc[email protected]/node_modules/@grpc/grpc-js/build/src/call.js:31:19)
at Object.onReceiveStatus (/app/node_modules/.pnpm/@grpc[email protected]/node_modules/@grpc/grpc-js/build/src/client.js:193:76)
at /app/node_modules/.pnpm/@grpc[email protected]/node_modules/@grpc/grpc-js/build/src/call-interface.js:78:35
at Object.onReceiveStatus (/app/node_modules/.pnpm/@zilliz[email protected]/node_modules/@zilliz/milvus2-sdk-node/dist/milvus/utils/Grpc.js:146:25)
at Object.onReceiveStatus (/app/node_modules/.pnpm/@grpc[email protected]/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:360:141)
at Object.onReceiveStatus (/app/node_modules/.pnpm/@grpc[email protected]/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:323:181)
at /app/node_modules/.pnpm/@grpc[email protected]/node_modules/@grpc/grpc-js/build/src/resolving-call.js:129:78
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
for call at
at ServiceClientImpl.makeUnaryRequest (/app/node_modules/.pnpm/@grpc[email protected]/node_modules/@grpc/grpc-js/build/src/client.js:161:32)
at ServiceClientImpl. (/app/node_modules/.pnpm/@grpc[email protected]/node_modules/@grpc/grpc-js/build/src/make-client.js:105:19)
at /app/node_modules/.pnpm/@zilliz[email protected]/node_modules/@zilliz/milvus2-sdk-node/dist/milvus/utils/Function.js:32:31
at new Promise ()
at /app/node_modules/.pnpm/@zilliz[email protected]/node_modules/@zilliz/milvus2-sdk-node/dist/milvus/utils/Function.js:29:16
at Generator.next ()
at fulfilled (/app/node_modules/.pnpm/@zilliz[email protected]/node_modules/@zilliz/milvus2-sdk-node/dist/milvus/utils/Function.js:5:58)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 14,
details: 'Name resolution failed for target dns:milvusStandalone:19530',
metadata: Metadata { internalRepr: Map(0) {}, options: {} }
}
▲ Next.js 14.2.5

✓ Starting...
Load model====== systemConfigs
Load model====== app_plugin_groups
Load model====== app_template_types
Load model====== system_models
Load model====== users
Load model====== team_members
Load model====== teams
Load model====== openapi`

@c121914yu
Copy link
Collaborator

。。你这哪里是milvusStandalone 的 log

@a641336552
Copy link

这个是fastgpt的日志

@a641336552
Copy link

把docker-compose.yaml 里面的milvusStandalone 中的 S大写全部变成小写试试看@wchli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants