-
Notifications
You must be signed in to change notification settings - Fork 9
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
Introduce cluster lock so that solo doesn't allow parallel execution of commands #43
Closed
Labels
New Feature
A new feature, service, or documentation. Major changes that are not backwards compatible.
P1
High priority issue. Required to be completed in the assigned milestone.
Comments
nathanklick
changed the title
CLI[Solo]: refactor Node.checkNetworkNodeStarted() to avoid sleep or only toggle under correct conditions
Refactor Node.checkNetworkNodeStarted() to avoid sleep or only toggle under correct conditions
Feb 20, 2024
leninmehedy
added
the
Feature Enhancement
Enhancing an existing feature driven by business requirements. Typically backwards compatible.
label
Feb 21, 2024
leninmehedy
changed the title
Refactor Node.checkNetworkNodeStarted() to avoid sleep or only toggle under correct conditions
Introduce process lock so that solo doesn't allow parallel execution of commands
Feb 22, 2024
We should use cluster level lock instead of process lock. Kubernetes provide lease lock, we can use that. |
leninmehedy
changed the title
Introduce process lock so that solo doesn't allow parallel execution of commands
Introduce cluster lock so that solo doesn't allow parallel execution of commands
Feb 28, 2024
leninmehedy
added
New Feature
A new feature, service, or documentation. Major changes that are not backwards compatible.
P1
High priority issue. Required to be completed in the assigned milestone.
and removed
Feature Enhancement
Enhancing an existing feature driven by business requirements. Typically backwards compatible.
labels
Feb 29, 2024
Some notes on locks + solo state:
|
pulled this from the design doc on multi-cluster, not sure how useful it will be:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
New Feature
A new feature, service, or documentation. Major changes that are not backwards compatible.
P1
High priority issue. Required to be completed in the assigned milestone.
depends on: #569
The text was updated successfully, but these errors were encountered: