-
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: BenchmarkDiskQueuePut prints errors #619
Conversation
I can't reproduce this, are you sure there's nothing funky about the environment you're running this on? |
hmm, so i thought maybe /tmp was filing up but nope i also tried running |
just did another run which looked like so:
while showing an ls of all files in the most recent directory in /tmp via
so the files do seem to exist. |
I can reproduce getting errors from this benchmark if i set GOMAXPROCS=2 on Go 1.4.2 @Dieterbe are you by chance running a 1.5 RC?
|
|
I think this could be because we I'll patch when I'm in front of a computer. |
running with |
@Dieterbe can you give this branch a try? |
exacerbated 😁 |
@jehiah reeeeeeeeeeeeebase plz |
10e5a26
to
cea5995
Compare
no errors when i run
(i'm monitoring /tmp and it didn't fill up, in fact it looks like it's not really touched at all in terms of disk used/avail changing) |
that is because it is panicing because we aren't checking errors:
|
(pushed a fix) |
unsurprisingly getting much more realistic numbers 😁
|
ef3662e
to
9f30626
Compare
nsqd: BenchmarkDiskQueuePut prints errors
current master (fd62604)