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

Riak bugfixes #3034

Closed
wants to merge 2 commits into from
Closed

Riak bugfixes #3034

wants to merge 2 commits into from

Conversation

jsmartin
Copy link
Contributor

Here's a quick summary of stuff, separated by commit.

I've made some changes to the way the stats stuff is collected. Originally it would try to poll the riak stats at http://ip/stats:8098 and then fall back to running riak-admin status. I've simplified it:

Now it will attempt to poll http://ip/stats:8098 in a loop for 120 seconds (it really should never take this long, all of my work shows it coming up immediately), and if it takes longer than that, the module will fail.

Additionally I've made changes to the wait_for_handoffs and wait_for_ring, so that you can specify an integer in seconds rather than a boolean in the playbook.

@jsmartin jsmartin closed this May 27, 2013
@jsmartin jsmartin deleted the riak_bugfixes branch May 27, 2013 20:27
@jsmartin jsmartin reopened this May 27, 2013
@jsmartin jsmartin closed this May 27, 2013
@jsmartin jsmartin deleted the riak_bugfixes branch May 27, 2013 21:29
robinro pushed a commit to robinro/ansible that referenced this pull request Dec 9, 2016
@ansible ansible locked and limited conversation to collaborators Apr 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant