-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Problem: empty etcd hosts #2376
Comments
I'm not sure if it's your formatting issue. Check your yaml format first please. |
i meet this problem too. and i do this: i get: |
the Validate code is : so, I print key and hosts i got |
i found is my yaml xxxRpc config is nil, but the error is so simple |
I meet the same error.. |
I wrote wrong config, after correction it's ok. |
Etcd: Mysql: CacheRedis:
Salt: HWVOFkGgPTryzICwd7qnJaZR9KQ2i8xe ymal里面如何配置 |
Etcd: Mysql: CacheRedis:
Salt: HWVOFkGgPTryzICwd7qnJaZR9KQ2i8xe ymal里面如何配置 |
i found my yaml property name(xxxRpc) must be the same as in the config.go |
遇到同样的问题。 漏配置了 xxxRPC, 结果报错内容是 etcd 配置不存在。 这种问题很难怀疑到框架身上,排查了半天,抱着侥幸心理查到这里,结果真的是框架问题。 |
Encountered the same problem. A was not configured, and the error message was that the etcd configuration does not exist. |
You're not using the correct key, right? |
Describe the bug
A clear and concise description of what the bug is.
The text was updated successfully, but these errors were encountered: