-
Notifications
You must be signed in to change notification settings - Fork 29
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
std::length_error #4
Comments
Even if it is not using 100% CPU I get a lot of random ECONNRESET, EPIPE, timeout errors in a row. |
@kaukas could you give me a script to reproduce this error? Then I'll try to fix it, Many thanks! |
I had a Ruby script pushing data using the redis gem. All it did was use mset. I can't give example data though, it's private. |
Oh, I know the reason, there is a limit of the data size in one single request, it is defined in src/rl.h:
Your |
What operating system and on what architecture this issue happens on you? |
I had this issue on Ubuntu 12.04 x64. I apologize, will not be able to provide further details since we chose to use another tool for the task. |
updated on #7 . |
During our batch imports redis-leveldb goes 100% CPU, not even a restart helps. Before that (or maybe unrelated - not sure) it throws a lot of these:
I do not know any C/C++. How could I help debug this error?
The text was updated successfully, but these errors were encountered: