Comment 7 for bug 1429348

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/8167
Committed: http://github.org/Juniper/contrail-controller/commit/0fe0c461668cd61afa88034f6852abde8ad8d3c1
Submitter: Zuul
Branch: master

commit 0fe0c461668cd61afa88034f6852abde8ad8d3c1
Author: Praveen K V <email address hidden>
Date: Sat Mar 7 13:30:07 2015 +0530

Invoke RetryDelete() on unregister of last listener

The lifetime actors for route db-tables will wait till number of entries
in dbtable is 0 and there are no listeners to the table.

DBTable infrastructure invokes RetryDelete() when a DBTablePartition
becomes empty. In addition, it should invoke RetryDelete() when all
db-table listeners are gone also.

The fix will invoke RetryDelete() when number of listeners becomes empty

Change-Id: I659a07bde0b790be08b5cafe1349c3c6b640d1ec
Closes-Bug: #1429348