-
Notifications
You must be signed in to change notification settings - Fork 159
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
Failed to read 6048 bytes from socket #140
Comments
I'm having the same sort of problem, but when querying documents (188 documents): 2014-09-22 14:49:15 +0000 mongoc.stream warning Failure to buffer 283441 bytes: Could only buffer 32764 of 283441 bytes in 300000 milliseconds. In this case the connection is SSL... |
This remains a problem in b13:
|
even if you increase the timeout? |
Yes indeed. But this is more in the selection (mongo find) then it is during the connection phase. I've also found that the number of records in the collection makes no difference (for me). Update: Oh and one final note: It says 300000 milliseconds, that's 5 minutes if I'm not mistaken. |
Let me know how it works with b14. It might work now. |
With b14 it gives me:
This is upon selecting the collection, it tells me that there are 217 records, but doesn't show me any. These are the settings I use: Too bad there is nothing in Console.log or anything additional in the logs that allows me to tell you more about the issue. |
Would this only occur with SSL connections? Connecting to my local machine works just fine, with pretty much the same database (as it's a restore from the backup of the db I have problems with). Really would like to use my favourite MongoDB client again :) Robomongo feels clunky. |
Yes, I think the problem is only for SSL. It should work with b15 |
Perfect, the selecting of documents is fixed! The only thing that remains is an error on first connect:
Sadly it’s very intermittent, it just sometimes doesn’t work (A thing we programmer’s don’t like to hear). Timeout is set to 2000 ms, SSL and Weak Certificate are ticked.
|
This second issue should be in fact #126 and I think it should be fixed with b17 |
Should be fixed in 3.0. You can verify this issue, and close it. |
This also works for me ... ! |
3.0 works great. |
maybe related to the big collection count(>3800) i am receiving this error.
the log of the error is
8/28/14 4:57:50.616 PM MongoHub[69713]: ++ stream Failure to buffer 6048 bytes: Failed to buffer 5028 bytes within 300000 milliseconds.
thanks :)
The text was updated successfully, but these errors were encountered: