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

Intermittently getting timeouts for mgets #43

Open
devinus opened this issue Oct 1, 2014 · 3 comments
Open

Intermittently getting timeouts for mgets #43

devinus opened this issue Oct 1, 2014 · 3 comments

Comments

@devinus
Copy link
Contributor

devinus commented Oct 1, 2014

Sometimes I can pull >50 keys, and sometimes it wil pretty quickly return {error, timeout}.

What am I doing wrong?

@devinus
Copy link
Contributor Author

devinus commented Oct 1, 2014

I will also sometimes get {error, key_enoent} and then a response on successive calls.

sideshowcoder added a commit to sideshowcoder/cberl that referenced this issue Oct 2, 2014
This is added to work towards fixing chitika#43
@sideshowcoder
Copy link
Contributor

What kind of values are in the keys, this error should normally only happen in the high 100s or 1000s, but if the values are very big it might be a reason for it to happen earlier. Could you try to run the test I added to see if it is the case for very small values and 1000 keys as well?

@devinus
Copy link
Contributor Author

devinus commented Oct 2, 2014

@sideshowcoder The documents are about 5kb.

What doesn't make sense to me is that the timeout passed to mget is ignored. It will timeout very quickly.

soup-in-boots pushed a commit to soup-in-boots/cberl that referenced this issue Nov 3, 2014
This is added to work towards fixing chitika#43
xuthief pushed a commit to yunba/cberl that referenced this issue Jun 29, 2015
Reference bug chitika#43 with devinus/poolboy on github.
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

No branches or pull requests

2 participants