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

multi-instances created with same endpoint and different context path and cluster will influences each other's local config snapshot #8163

Closed
shiyiyue1102 opened this issue Apr 15, 2022 · 0 comments · Fixed by #8202
Assignees
Labels
area/Client Related to Nacos Client SDK
Milestone

Comments

@shiyiyue1102
Copy link
Collaborator

multi-instances created with endpoint will influences each other's local config snapshot

Describe the bug
multi-instances created with endpoint will influences each other's local config snapshot
each CacheData initialize on startup will read local snapshot to content filed ,but two different instance will share the same local cache config.

Expected behavior
two different instances's local cache will not influence each other.

Acutally behavior
two different instances's local cache will influence each other and it will result in a extra notificaiton.

How to Reproduce
Create two NacosConfigService with two different endpoint and no namespace appointed and subscribe same dataId and group , it will notify once on startup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/Client Related to Nacos Client SDK
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant