config: persist ip value to zookeeper only in request context (i.e avoid in notify contexts).
Bug #1442404 reported by
Hampapur Ajay
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R2.21.x |
Fix Committed
|
Undecided
|
Hampapur Ajay | |||
Trunk |
Fix Committed
|
Undecided
|
Hampapur Ajay |
Bug Description
Currently when an ip address is allocated, it is set-aside in 2 places
1. in local memory bitmap
2. in zookeeper for owning this bucket
These operation happens in both request and notify contexts. Ideally 1. and 2. should happen in request context and only 2. should happen in notify context.
Changed in juniperopenstack: | |
assignee: | nobody → Hampapur Ajay (hajay) |
Changed in juniperopenstack: | |
milestone: | none → r2.30-fcs |
To post a comment you must log in.
Review in progress for https:/ /review. opencontrail. org/9036
Submitter: Hampapur Ajay (<email address hidden>)