Merge "Out of Memory when static Routes are configured with unresolved next hop Root...
authorMadhu Venugopal <vmadhu@cisco.com>
Thu, 25 Jul 2013 21:48:40 +0000 (21:48 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 25 Jul 2013 21:48:40 +0000 (21:48 +0000)
commit73b21d3df597fdf2f155970c85973fa2b6b77982
treee873de640152fc54c9501f6bee01540b4e6a4eb3
parent49c45cc5dc8676ccc8c769047fe74642dc1537b7
parenta2e03732c76b35b28622be16bd3c1c0c5bd7c2b5
Merge "Out of Memory when static Routes are configured with unresolved next hop Root cause: This problem happens when there are staticRoutes configured but their next hop IP are unresolved (ie. not responding to ARP Request). StaticRouteImpl.java spawns a thread requesting hostTracker to discover the host, this thread is waiting forever due to a bug in the thread (HostTrackerCallable) that handles the discovery which never returns since the host is not responding."