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

启动nacos服务发现,总是报context deadline exceeded, make sure rpc service is already started #277

Open
bain2018 opened this issue Oct 8, 2023 · 9 comments

Comments

@bain2018
Copy link

bain2018 commented Oct 8, 2023

rpc dial: nacos://xxxxx:8848/rpc?namespaceid=common&timeout=2000s&app=robot&dir=logs&cache=logs,

error: context deadline exceeded, make sure rpc service "rpc?namespaceid=common&timeout=2000s&app=robot&dir=logs&cache=logs" is already started

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


rpc dial: nacos://xxxxx:8848/rpc?namespaceid=common&timeout=2000s&app=robot&dir=logs&cache=logs,

error: context deadline exceeded, make sure rpc service "rpc?namespaceid=common&timeout=2000s&app=robot&dir=logs&cache=logs" is already started

@littlerma
Copy link

I have the problem too. when client starts, it read the cache. if i remove the cache, it starts ok.
image
The nacos go-zero builder lacks the option:NotLoadCacheAtStart

@littlerma
Copy link

@bain2018 how do you solve the problem?

@alanjiang
Copy link

你们这个没有考虑到 nacos AccessKey, accessSerect 的情况,我搞了个分支 https://github.com/alanjiang/go-zero-rpc-nacos 正在调试

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


You guys have not considered the situation of nacos AccessKey and accessSerect. I made a branch https://github.com/alanjiang/go-zero-rpc-nacos and am debugging it.

@alanjiang
Copy link

我也在看这个问题

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


I'm looking at this issue too

@hongyuxuan
Copy link

nacos只能支持DEFAULT_GROUP,其它group不支持
image

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


nacos can only support DEFAULT_GROUP, other groups are not supported
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants