Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource issues with plugin #92

Open
smanpathak opened this issue Sep 11, 2017 · 0 comments
Open

Resource issues with plugin #92

smanpathak opened this issue Sep 11, 2017 · 0 comments

Comments

@smanpathak
Copy link

smanpathak commented Sep 11, 2017

We recently used opencontrail plugin for neutron for a customer integration. Found following issues --

  1. It makes a separate http request call to Opencontrail controller for each fetch. This causes the plugin to churn through a lot of connections for simple requests. It should make use of http sessions to reuse connections. In our environment, a connection is made through a tunnel and has non-trivial costs.
  2. It does not have a DB cache. It always calls opencontrail controller for any data. This effectively just adds delay in retrieving opencontrail data. Also, in cases where controller could be down/unreachable views in Openstack break. Ideally, it should keep this information in a plugin specific database.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant