API server doesn't restart upon losing connection with zookeeper
Bug #1329088 reported by
Sachin Bansal
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juniper Openstack |
Fix Released
|
Critical
|
Prakash Bailkeri |
Bug Description
API server doesn't restart upon losing connection with zookeeper. This is happenning because with gevent < 1.0, calling exit() doesn't exit the entire process. We need to either upgrade to gevent 1.0 or later or find some other solution to exit the process. Here is a link with more information on this:
API server doesn't restart upon losing connection with zookeeper
Changed in juniperopenstack: | |
milestone: | none → r1.06-fcs |
assignee: | nobody → Sachin Bansal (sacbans) |
information type: | Proprietary → Public |
Changed in juniperopenstack: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Ajay will check on latest 1.06. He feels on tot it should be fixed.