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

When combined with docker service, I found a serious bug. #1949

Closed
lynk-coder opened this issue Oct 19, 2019 · 5 comments
Closed

When combined with docker service, I found a serious bug. #1949

lynk-coder opened this issue Oct 19, 2019 · 5 comments

Comments

@lynk-coder
Copy link

lynk-coder commented Oct 19, 2019

My docker version 19.03.1, nacos version 1.1.3
When I started my nacos with swarm service, I found that once my nacos node listened on ingress network, although my client could connect to nacos discovery, my configuration could not be automatically updated.
I've tried many times, and there's a problem,
However, when I looked at my mysql, config_info table, the data did change.But my client has not been updated.And after restarting my client, the data still does not change, unless I restart my nacos-server.
Everything returned to normal when I used "--publish mode=host,target=8848,published=8848".

1

2

@lynk-coder
Copy link
Author

lynk-coder commented Oct 19, 2019

docker service create
--publish 8848:8848
--name nacos
--network=mynet
--replicas 1
--update-parallelism 1
--log-opt max-size=10m
--log-opt max-file=3
--env MODE=standalone
--mount type=bind,source=/nacos/conf/application.properties,destination=/home/nacos/conf/application.properties
--mount type=bind,source=/logs/nacos,destination=/home/nacos/logs
nacos/nacos-server

@lynk-coder
Copy link
Author

Why is nobody paying attention? Can you clarify whether this problem is a bug?

@nkorange
Copy link
Collaborator

I'm not familiar with docker, I forward your issue to project nacos-docker.

@paderlol
Copy link
Collaborator

paderlol commented Oct 31, 2019

Why is nobody paying attention? Can you clarify whether this problem is a bug?

Only these things I can't analyze is a nacos error,Can u show me the content of application properties and the nacos error log?
And you can reply me on this issue.

Thanks

@lynk-coder
Copy link
Author

lynk-coder commented Nov 1, 2019 via email

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

3 participants