Langohr 3.2.0

On Friday, July 24, 2015 at 2:21:37 PM UTC-4, Dave Tenny wrote:
>
> I have a number of rabbitmq clients, most of which fail over well enough, 
> but one client is experiencing apparent thread death on a queue status 
> operation when the connection times out on heartbeat.
> I wondered if anybody had any clues here.  Note the 
> langohr.queue$status.invoke()
>
> Exception in thread "async-dispatch-3" java.lang.Error: java.io.IOException
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1151)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.io.IOException
> at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:106)
> at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:102)
> at com.rabbitmq.client.impl.AMQChannel.exnWrappingRpc(AMQChannel.java:124)
> at com.rabbitmq.client.impl.ChannelN.queueDeclarePassive(ChannelN.java:873)
> at 
> com.rabbitmq.client.impl.recovery.AutorecoveringChannel.queueDeclarePassive(AutorecoveringChannel.java:287)
> at langohr.queue$status.invoke(queue.clj:130)
> at de.data.messaging.scheduler$fill_jobs_BANG_.invoke(scheduler.clj:115)
> at 
> de.data.messaging.scheduler$go_release_jobs_BANG_$fn__1064$state_machine__11049__auto____1065$fn__1067.invoke(scheduler.clj:129)
> at 
> de.data.messaging.scheduler$go_release_jobs_BANG_$fn__1064$state_machine__11049__auto____1065.invoke(scheduler.clj:129)
> at 
> clojure.core.async.impl.ioc_macros$run_state_machine.invoke(ioc_macros.clj:940)
> at 
> clojure.core.async.impl.ioc_macros$run_state_machine_wrapped.invoke(ioc_macros.clj:944)
> at 
> clojure.core.async.impl.ioc_macros$take_BANG_$fn__11065.invoke(ioc_macros.clj:953)
> at 
> clojure.core.async.impl.channels.ManyToManyChannel$fn__7516.invoke(channels.clj:102)
> at clojure.lang.AFn.run(AFn.java:22)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> ... 2 more
> Caused by: com.rabbitmq.client.ShutdownSignalException: connection error
> at com.rabbitmq.utility.ValueOrException.getValue(ValueOrException.java:67)
> at 
> com.rabbitmq.utility.BlockingValueOrException.uninterruptibleGetValue(BlockingValueOrException.java:33)
> at 
> com.rabbitmq.client.impl.AMQChannel$BlockingRpcContinuation.getReply(AMQChannel.java:348)
> at com.rabbitmq.client.impl.AMQChannel.privateRpc(AMQChannel.java:221)
> at com.rabbitmq.client.impl.AMQChannel.exnWrappingRpc(AMQChannel.java:118)
> ... 14 more
> Caused by: com.rabbitmq.client.MissedHeartbeatException: Heartbeat missing 
> with heartbeat = 60 seconds
> at 
> com.rabbitmq.client.impl.AMQConnection.handleSocketTimeout(AMQConnection.java:597)
> at com.rabbitmq.client.impl.AMQConnection.access$600(AMQConnection.java:65)
> at 
> com.rabbitmq.client.impl.AMQConnection$MainLoop.run(AMQConnection.java:560)
> ... 1 more
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"clojure-rabbitmq" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure-rabbitmq+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to