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

Infinite loop in ExecuteOnNode() when all nodes error. #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jrushford
Copy link

When a command is sent to the cluster to be executed an infinite loop will occur when all RIAK nodes error and do not execute the command. By breaking out of the for loop and returning the error, the cluster re-queues the command until ExecutionAttempts is exceeded and the command finally fails and returns to the client without infinitely looping.

This happened in our case when all RIAK nodes were configured with self signed certs and "InsecureSkipVerify" was not set to true in the TLS config.

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.

1 participant