Dudley Carr
Dudley Carr
Do you have a full example I could see? On Tuesday, April 19, 2016, Chunlin Li [email protected] wrote: > @dudleycarr https://github.com/dudleycarr > > Yes, I listened the error event. >...
It might be a bug with a connection that has gone missing and messages in- flight. Unfortunately, I can't dig deeper right now but will take a look today. Thanks...
@Chunlin-Li Could your run your sample program with `DEBUG=* node ...`? That output would be very helpful.
@ekristen Sorry about the delay. I don't have time at the moment, but probably some time over thanksgiving to investigate.
Finally have some free time! Will investigate. Thanks for the ping. On Wed, Dec 21, 2016 at 12:10 PM Erik Kristensen wrote: > @dudleycarr thoughts? > > > > >...
@ekristen I'm having a tough time reproducing this issue. It looks like the array of connections state management is busted in some way. The offending line is here: https://github.com/dudleycarr/nsqjs/blob/master/src/readerrdy.coffee#L292 It...
Eric, The stack trace doesn't help me debug the state. Did the previous suggestions make sense about how to get more debugging info? It would also be really useful to...
Can you tell me a bit more about the topology of your nsq setup? How many messages do the workers handle before running into this issue on average? On Wed,...
@ekristen That was helpful! I think I found the issue! Basically, it needs the following at the top: ```coffee-script return if @connections.length is 0 ``` Could you please try that...
@ekristen Any luck with this issue?