From: Madhu Venugopal Date: Thu, 25 Jul 2013 21:48:40 +0000 (+0000) Subject: Merge "Out of Memory when static Routes are configured with unresolved next hop Root... X-Git-Tag: releasepom-0.1.0~262 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=73b21d3df597fdf2f155970c85973fa2b6b77982 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." --- 73b21d3df597fdf2f155970c85973fa2b6b77982