Comment 281 for bug 1632470

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

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

commit 09e794df47482c0c3cdee13bf09dfde940d5c140
Author: Prakash Bailkeri <email address hidden>
Date: Thu Apr 6 15:55:38 2017 +0530

Introduce partition concept for config workers

1. Code re-org in ConfigCassandraClient class
2. Introduce Partition for ConfigCassandraClient worker. Move all datastructure
related to workers to Partition. e.g. obj cache, obj_req_set, task trigger and
work queue.
3. Remove iterator list RemoveObjReqEntries. Instead, lookup and erase from set.
4. Fix memory leak in config_cassandra_client_reader_test

Change-Id: Id4eb741956e53e88158043b61635fc9ca4ee7d7e
Related-bug: #1632470