-
Notifications
You must be signed in to change notification settings - Fork 65
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
Comments
I will also sometimes get |
This is added to work towards fixing chitika#43
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? |
@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. |
This is added to work towards fixing chitika#43
Reference bug chitika#43 with devinus/poolboy on github.
Sometimes I can pull >50 keys, and sometimes it wil pretty quickly return
{error, timeout}
.What am I doing wrong?
The text was updated successfully, but these errors were encountered: