You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My team develops a distributed web fuzzing tool in Go, & we use NSQ as our message queueing system, using the go-nsq client. We've been seeing very high rates of messages like these in our logs recently, and wondered if you might have more insight, as it's very unclear to us what's causing this to happen:
TCP connections are being unexpectedly closed. It's possible that you have a firewall or NAT killing your connections after a few minutes of inactivity. Try setting your heartbeat interval back down to the default 30 seconds.
mreiferson
changed the title
Very frequent broken pipes when reading from/writing to queues
consumer: frequent broken pipes when reading from/writing to queues
Apr 15, 2017
mreiferson
changed the title
consumer: frequent broken pipes when reading from/writing to queues
frequent broken pipes when reading from/writing to queues
Apr 15, 2017
Hi folks,
My team develops a distributed web fuzzing tool in Go, & we use NSQ as our message queueing system, using the
go-nsq
client. We've been seeing very high rates of messages like these in our logs recently, and wondered if you might have more insight, as it's very unclear to us what's causing this to happen:We almost always see a message like
draining... waiting for 1 messages in flight
surrounding these messages.We're running 8 nsqd nodes and 1 nsqlookupd instance, and running NSQ version 0.3.8. We've set the following nsqd configurations:
It seems like this also might be related to #199
The text was updated successfully, but these errors were encountered: