From noreply at github.com Fri Oct 29 12:33:36 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 29 Oct 2010 12:33:36 -0700 Subject: [Xorp-cvs] [greearb/xorp.ct] 8a2fe7: ospf: Remove assertion when FINDER is lost. Message-ID: <20101029193336.F12E44219F@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/greearb/xorp.ct Commit: 8a2fe7d1fda64149a32e46c778699992428b2593 http://github.com/greearb/xorp.ct/commit/8a2fe7d1fda64149a32e46c778699992428b2593 Author: Ben Greear 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