A race condition occurs between ARPHandler and HostTracker if the ARP 64/764/1
authorMaurice Qureshi <maquresh@cisco.com>
Thu, 1 Aug 2013 04:03:17 +0000 (21:03 -0700)
committerMaurice Qureshi <maquresh@cisco.com>
Thu, 1 Aug 2013 04:03:17 +0000 (21:03 -0700)
commit970fb91c60c15a9b57e078f81aab7dde903addb9
tree59f91a2ca4ac0df930b1488ca21c6fff76e6be77
parentebd2fbb7486febe6d330995238ce98bdb34fc77e
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 <maquresh@cisco.com>
opendaylight/hosttracker/implementation/src/main/java/org/opendaylight/controller/hosttracker/internal/HostTracker.java