You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ted Ross (JIRA)" <ji...@apache.org> on 2016/08/31 16:40:21 UTC

[jira] [Created] (DISPATCH-491) Frequent skipped HELLO message from route engine

Ted Ross created DISPATCH-491:
---------------------------------

             Summary: Frequent skipped HELLO message from route engine
                 Key: DISPATCH-491
                 URL: https://issues.apache.org/jira/browse/DISPATCH-491
             Project: Qpid Dispatch
          Issue Type: Bug
          Components: Routing Engine
    Affects Versions: 0.6.1
            Reporter: Ted Ross
            Assignee: Ted Ross
             Fix For: 0.7.0


HELLO messages are exchanged between neighbour routers in a network at an interval of one-second.  Occasionally, an interval will be skipped and there will be two seconds between HELLO messages sent from a router.
This is caused by measuring the time-since-last-hello to determine if a new HELLO should be sent.  If, for some reason, the invocation of the "tick" method in the router engine happens just slightly less than one second after the last tick, the HELLO won't be sent until the next tick.
This can be seen by enabling trace+ for ROUTER_HELLO logs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org