[Xorp-hackers] Root cause of this timeout message?

Pavlin Radoslavov pavlin at ICSI.Berkeley.EDU
Tue Mar 4 15:15:36 PST 2008


Ben Greear <greearb at candelatech.com> wrote:

> Any idea what code actually calls this timeout?  I want to
> see if I can increase that timeout..but not having much luck
> tracking down the source of this message...
> 
> [ 2008/03/04 11:45:52  ERROR xorp_rtrmgr:22387 FINDER finder_xrl_queue.hh:85 dispatch_cb ] Sent xrl got response 211 Reply timed out
> [ 2008/03/04 11:45:52  ERROR xorp_rtrmgr:22387 FINDER finder_xrl_queue.hh:85 dispatch_cb ] Sent xrl got response 211 Reply timed out

Try increasing one or both of the following:
* DEFAULT_SENDER_KEEPALIVE_MS inside libxipc/xrl_pf_stcp.cc
  (current value of 10000ms,  i.e., 10s)
* RESPONSE_TIMEOUT_MS inside libxipc/finder_messenger.hh
  (current value of 30000ms, i.e., 30s)

No guarantee they are the source of the error, but givem them a try.

It will be interesting to see how the values of those two are
affected by the large number of XORP instances you are trying to
run.

Regards,
Pavlin



More information about the Xorp-hackers mailing list