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

Fix node controls so they behave independently across nodes #797

Merged
merged 1 commit into from
Jan 19, 2016

Conversation

foot
Copy link
Contributor

@foot foot commented Jan 5, 2016

If one node was busy performing an action, any other nodes' controls
would also be in a 'blocked and waiting' state.

fixes #758 and #764

If one node was busy performing an action, any other nodes controls
would also be in a 'blocked and waiting' state.
@davkal
Copy link
Contributor

davkal commented Jan 19, 2016

Restarting the second node affects the first node:
still happening

Both were alpine images.

@foot
Copy link
Contributor Author

foot commented Jan 19, 2016

Whoops! lets have a look..

@foot
Copy link
Contributor Author

foot commented Jan 19, 2016

This works for me! Cleared cache?

@davkal
Copy link
Contributor

davkal commented Jan 19, 2016

Weird. works for me too now. so LGTM

@foot
Copy link
Contributor Author

foot commented Jan 19, 2016

Whoop!

foot added a commit that referenced this pull request Jan 19, 2016
Fix node controls so they behave independently across nodes
@foot foot merged commit 359ec29 into master Jan 19, 2016
@foot foot deleted the 758-independent-node-controls branch January 19, 2016 13:41
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

Successfully merging this pull request may close these issues.

An outstanding control on one container prevents you doing another operation on a different container.
2 participants