-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
nsqd: benchmark panics #550
Conversation
that's pretty funny, I get this when I run that benchmark:
I don't even know what that means... This is going to be a fun one! |
@cespare relatedly, I suggest you use |
(but I'd like to understand this so I'm leaving this open) |
Yes, it works with |
In this case So there is some underlying problem here - I just want to confirm that it isn't a larger issue in the core with bigger message sizes. |
I did a little more digging and we appear to be experiencing this bug: http://erickt.github.io/blog/2014/11/19/adventures-in-debugging-a-potential-osx-kernel-bug/ I assume you're running on OSX Yosemite as well? |
Nope, Linux. |
OK - re-reading your paste you're getting a different error than I am. |
@cespare - finally setup a VM to take a look at this, it's far more benign than I had originally feared:
We're sending too large a body in these tests. I'll fix! |
RFR @jehiah |
8f7e5c3
to
ed5ce72
Compare
In particular,
BenchmarkProtocolV2Pub32k
: