-
Notifications
You must be signed in to change notification settings - Fork 31
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
Is the version of MongoDB significant now? #10
Comments
Looking at the output in the gist, I see two issues : one is with the javascript interpreter ; the other with the index test. |
Ok, I'll continue digging into it and see what I can find out. |
Just in case you or someone else might see something I'm missing, here is the data I have so far. mongodb 1.7.6 test output: https://gist.github.com/3349901 1.8.5 test: https://gist.github.com/3349915 2.2.0 beta: https://gist.github.com/3349920 |
I tested mongodb version 2.0.7 (which seems to be the latest stable version). The results are here : https://gist.github.com/3382590. I can't reproduce your results, esp the javascript issues. On the other hand my test isn't completely clean either, but I don't see any real show stoppers.. |
What's your lsip environment ? |
sbcl 1.0.58 on osx 10.8 From your gist...
That seems like an error to me - is that the javascript part you are referring to or something else? I'll bring up a vm and see if I get these errors on freebsd or linux. |
Agreed. On Aug 17, 2012, at 5:43 PM, Clint Moore wrote:
|
Have you successfully used this in a multithreaded setup? I only see this when there's more than a couple of handlers trying to talk to mongo at the same time. |
I started down this road because I'm seeing some very unusual behavior with cursors, timeouts, and nils being passed to under any sort of load.
Here is the output of "(cl-mongo-test:quick-test)". This is running on mongo v. 2.0.6
https://gist.github.com/3344618 - Specifically "finding documents with a selector"
The text was updated successfully, but these errors were encountered: