Comment 277 for bug 1632470

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

Reviewed: https://review.opencontrail.org/30057
Committed: http://github.org/Juniper/contrail-controller/commit/0cd7be4765fa170265889b95886a33e6a15a16d1
Submitter: Zuul (<email address hidden>)
Branch: master

commit 0cd7be4765fa170265889b95886a33e6a15a16d1
Author: Prakash Bailkeri <email address hidden>
Date: Mon Apr 3 15:01:47 2017 +0530

Remove the UUID proces list

In the current code, UUID request-list or process-list is stored in two container.
1. List - Ensure the order of read/update
2. SET - To supress duplicate insertion of UUID to UUID process list.

Currently, since the UUID reading is done in multiple partition, the ordering of
read is not ensured. Code does handle the out of order reading of UUID in the
config reader task.

Remove the need for list(time ordered list).

Change-Id: Ia4734b3da90d58e7ab3f4c1bbe870f6f86b297da
Related-bug: #1632470