Skip to content

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