From: Maurice Qureshi Date: Thu, 1 Aug 2013 04:03:17 +0000 (-0700) Subject: A race condition occurs between ARPHandler and HostTracker if the ARP X-Git-Tag: releasepom-0.1.0~246 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=970fb91c60c15a9b57e078f81aab7dde903addb9;hp=970fb91c60c15a9b57e078f81aab7dde903addb9 A race condition occurs between ARPHandler and HostTracker if the ARP response comes before the call to the method which is sending the ARP has returned back to the HostTracker. The result will be that ARPPendingList will not be processed properly. Change-Id: If119aed19f0762ff48fde5c9ac687f92fb336f56 Signed-off-by: Maurice Qureshi ---