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

Fixes to memcache support #1628

Merged
merged 2 commits into from
Jul 4, 2016
Merged

Fixes to memcache support #1628

merged 2 commits into from
Jul 4, 2016

Conversation

jml
Copy link
Contributor

@jml jml commented Jul 1, 2016

  • Log an error rather than aborting when memcache doesn't resolve
  • Initialize map correctly

This change is Reviewable

* Log an error rather than aborting when memcache doesn't resolve
* Initialize map correctly
// or any of the SRV records that it points to fail to
// resolve.
return nil, err
log.Errorf("Error resolving memcache servers for '%v': %v", memcachedHostname, err)

This comment was marked as abuse.

This comment was marked as abuse.

@jml
Copy link
Contributor Author

jml commented Jul 1, 2016

Have just confirmed that this works for me on local.

@tomwilkie tomwilkie merged commit 96520d7 into master Jul 4, 2016
@tomwilkie tomwilkie deleted the memcache-fixes branch July 4, 2016 10:00
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.

2 participants