Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

sequence of port create calls with 10 sec delay in between failing with "connection reset by peer" #639

Open
koteswar16 opened this issue Mar 8, 2018 · 0 comments

Comments

@koteswar16
Copy link

I am calling portsbinding.Create(client, portBindingOptions).Extract() sequentially from k8s pod to openstack neutron running remotely. If the delay between 2 calls is 60sec they all ports are getting created but if i reduce to 20 sec, few ports are NOT getting created with the following error "ERROR: Post https://xyz/neutron/v2.0/ports: read tcp 10.0.3.181:43380->10.201.109.131:3128: read: connection reset by peer"

Is there any scale limitation for gophercloud? how to solve this scale issue?
-Koteswar

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant