rackspace / gophercloud

A Go SDK for OpenStack. IN FEATURE FREEZE. See Issue #592
http://gophercloud.io
Other
456 stars 185 forks source link

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

Open koteswar16 opened 6 years ago

koteswar16 commented 6 years ago

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