Hi,

I have a situation where the bolts ack, but the acker tasks fail (which is
expected as per my logic).

I am measuring the latency of the topology using timestamps in ack() and
fail() methods.

*Observations:*
*-------------------------------------*
*ack() - latency ~ 100ms*

*fail() - latency ~ 15000ms. *

I have set *topology.message.timeout.secs to 10*.

Which means there is a timeout of 10s before fail is called. But, 15000 -
10000 = 5000ms (which is still a large value).


*1.  What are the reasons for such high latency before calling fail() ?*

*2. What other time factors contribute to latency apart  from timeout? Any
ideas?*

Thanks,
Preethini

Reply via email to