[Xorp-cvs] [greearb/xorp.ct] 8a2fe7: ospf: Remove assertion when FINDER is lost.

noreply at github.com noreply at github.com
Fri Oct 29 12:33:36 PDT 2010


Branch: refs/heads/master
Home:   http://github.com/greearb/xorp.ct

Commit: 8a2fe7d1fda64149a32e46c778699992428b2593
    http://github.com/greearb/xorp.ct/commit/8a2fe7d1fda64149a32e46c778699992428b2593
Author: Ben Greear <greearb at candelatech.com>
Date:   2010-10-29 (Fri, 29 Oct 2010)

Changed paths:
  M xorp/ospf/xrl_io.cc

Log Message:
-----------
ospf:  Remove assertion when FINDER is lost.

We saw this problem when system was under extreme memory
pressure and CPU load.  Seems finder timed out and was deleted,
and then the assert happened due to NO_FINDER in ospf's send_cb()
method.

Change the assert to just log the error and continue, it doesn't
look much worse than the other errors that are handled similarly.

Signed-off-by: Ben Greear <greearb at candelatech.com>




More information about the Xorp-cvs mailing list