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

[bug] zkclient CreateNode is not an atomic method #227

Closed
Lwxiang opened this issue Oct 15, 2019 · 0 comments
Closed

[bug] zkclient CreateNode is not an atomic method #227

Lwxiang opened this issue Oct 15, 2019 · 0 comments
Assignees
Labels
bug Something isn't working confirmed issue is confirmed inner issue comes from Tencent side

Comments

@Lwxiang
Copy link
Collaborator

Lwxiang commented Oct 15, 2019

Create multiple applications with one same namespace(which is new to mesos scheduler) concurrently. Then scheduler will create a new path in zk for storing these applications.
Actually scheduler call CreateNode many times on a same path, then where will be one success call and the left fails with "node already exist".

@Lwxiang Lwxiang added the bug Something isn't working label Oct 15, 2019
Lwxiang added a commit to Lwxiang/bk-bcs that referenced this issue Oct 16, 2019
DeveloperJim added a commit that referenced this issue Oct 16, 2019
fix: zkclient CreateNode fails with node already exists, issue #227
Lwxiang added a commit to Lwxiang/bk-bcs that referenced this issue Oct 21, 2019
@DeveloperJim DeveloperJim added this to the 1.15.x功能迭代 milestone Nov 4, 2019
@DeveloperJim DeveloperJim added confirmed issue is confirmed inner issue comes from Tencent side service labels Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed issue is confirmed inner issue comes from Tencent side
Projects
None yet
Development

No branches or pull requests

2 participants